diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-05 05:20:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-05 05:20:37 -0400 |
commit | ff9f1c5f324eb53adc23bfb80f3c932760c94149 (patch) | |
tree | 73afa06f8bb7a0f5268e7aeb8be0a60b0278ab0a /ChangeLog | |
parent | e80d6f94e19d17b91e3cd3ada7193cc88f621feb (diff) | |
download | glibc-ff9f1c5f324eb53adc23bfb80f3c932760c94149.tar glibc-ff9f1c5f324eb53adc23bfb80f3c932760c94149.tar.gz glibc-ff9f1c5f324eb53adc23bfb80f3c932760c94149.tar.bz2 glibc-ff9f1c5f324eb53adc23bfb80f3c932760c94149.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2012-04-05 David S. Miller <davem@davemloft.net> + + * 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. + 2012-04-05 Michael Matz <matz@suse.de> [BZ #13592] |