summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-04 16:36:36 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-04 16:36:36 +0000
commit5e6d1c3fac1f3d92fb9f5351b2697d69d0f4ea5d (patch)
treea33abe01b8f6ca1104f6c551270e16bccae605c5
parent5752c39f27b3e0b5ab5abf316ae662c4b57f0640 (diff)
downloadglibc-5e6d1c3fac1f3d92fb9f5351b2697d69d0f4ea5d.tar.gz
Update.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acaaa36c0c..0ab4e3414e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-01 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/i386/elf/setjmp.S: Work around change is recent
+ binutils. gas now emits a jump through the PLT instead of a
+ relative jump if the jump target is an exported symbol.
+
2000-05-26 Andreas Jaeger <aj@suse.de>
* sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.