summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10fd76beba..055c01458b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
+1999-02-23 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * elf/dl-error.c (_dl_signal_cerror): New function.
+ (_dl_signal_error): Don't call receiver function.
+ * elf/dl-lookup.c (_dl_lookup_symbol): Call _dl_signal_cerror
+ instead of _dl_signal_error when reporting references to undefined
+ symbols or versions.
+ (_dl_lookup_versioned_symbol): Likewise.
+ (_dl_lookup_versioned_symbol_skip): Likewise.
+ * elf/dl-version.c (match_symbol): Likewise.
+
+ * elf/ldsodefs.h: Declare _dl_signal_cerror.
+
1999-02-22 Ulrich Drepper <drepper@cygnus.com>
+ * misc/getttyent.c (getttyent): Release lock on stream later to
+ also protect global variable zapchar.
+
* sysdeps/unix/sysv/linux/clock.c: Don't test return value of
__times [PR libc/990].