aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cc4de41..ab6db9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>