move the dynamic linker's jmp_buf from static to automatic storage
authorRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 06:38:05 +0000 (02:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 24 Jul 2013 06:38:05 +0000 (02:38 -0400)
commit17276be31692880e56c93132e5d85fa9dd6c003f
tree5b22a4ba694c068de9575ef7df5d35929be35aa9
parent9693501c158d68431962938cb02e7d8d2ef89ca3
move the dynamic linker's jmp_buf from static to automatic storage

this more than compensates for the size increase of jmp_buf, and
greatly reduces bss/data size on archs with huge jmp_buf.
src/ldso/dynlink.c