Fix CL typos.

This commit is contained in:
Marek Polacek 2012-04-05 19:28:16 +02:00
parent c9e9d40863
commit 48e2e132de

View File

@ -2,10 +2,10 @@
* 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
* elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
undefined symbol errors.
* elf/rtlc.c (dl_main): Skip VDSO when checking for unused
* elf/rtld.c (dl_main): Skip VDSO when checking for unused
DT_NEEDED entries.
2012-04-05 Michael Matz <matz@suse.de>