]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Apr 2012 09:20:37 +0000 (05:20 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Apr 2012 09:20:37 +0000 (05:20 -0400)
commitff9f1c5f324eb53adc23bfb80f3c932760c94149
tree73afa06f8bb7a0f5268e7aeb8be0a60b0278ab0a
parente80d6f94e19d17b91e3cd3ada7193cc88f621feb
Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.

* elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
lazy binding.
* elf/dl-lookup (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
undefined symbol errors.

* elf/rtlc.c (dl_main): Skip VDSO when checking for unused
DT_NEEDED entries.
ChangeLog
elf/dl-lookup.c
elf/rtld.c