aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-01 07:14:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-01 07:14:15 +0000
commit61d655c1cba7d9755ddf11458f2c94fe58ff50e1 (patch)
tree383decaf8825d55e938940124a3d6268b798f5ec /ChangeLog
parent9f97f790eac5d79b15617e068bcc40e04d9f989a (diff)
downloadglibc-61d655c1cba7d9755ddf11458f2c94fe58ff50e1.tar
glibc-61d655c1cba7d9755ddf11458f2c94fe58ff50e1.tar.gz
glibc-61d655c1cba7d9755ddf11458f2c94fe58ff50e1.tar.bz2
glibc-61d655c1cba7d9755ddf11458f2c94fe58ff50e1.zip
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 966b305a9d..c581f7907f 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-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.