aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d61be87bbf..d4b9c204b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-24 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/rtld.c (print_statistics): Printf % after percent values.
+ * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
+
+ * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
+ don't have to compute the hash value and initialize current_value.
+ Move reference_name variable to where it is needed.
+ (_dl_lookup_versioned_symbol): Likewise.
+
2001-08-24 Roland McGrath <roland@frob.com>
* string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.