diff options
author | Andreas Jaeger <aj@suse.de> | 2000-04-13 19:46:23 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-04-13 19:46:23 +0000 |
commit | 382e7b29f5f64ee5db9460435dac0d2ea553c9da (patch) | |
tree | 0eaa8ea0e63835b527b5db1bea26d17e17cdbf6f | |
parent | 1cd0f06d0f6a42708fa18a1d54e30cc5aeed7667 (diff) | |
download | glibc-382e7b29f5f64ee5db9460435dac0d2ea553c9da.zip glibc-382e7b29f5f64ee5db9460435dac0d2ea553c9da.tar.gz glibc-382e7b29f5f64ee5db9460435dac0d2ea553c9da.tar.bz2 |
Update.
2000-04-13 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
default.
* sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
with some applications.
Patches by Ralf Baechle <ralf@uni-koblenz.de>.
* sysdeps/mips/bsd-setjmp.S: Use __PIC__.
* sysdeps/mips/bsd-_setjmp.S: Likewise.
* sysdeps/mips/setjmp.S: Likewise.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2000-04-13 Andreas Jaeger <aj@suse.de> + + * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is + default. + + * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems + with some applications. + Patches by Ralf Baechle <ralf@uni-koblenz.de>. + + * sysdeps/mips/bsd-setjmp.S: Use __PIC__. + * sysdeps/mips/bsd-_setjmp.S: Likewise. + * sysdeps/mips/setjmp.S: Likewise. + 2000-04-13 Ulrich Drepper <drepper@redhat.com> * posix/globtest.sh: Work around inconsistency with expanding ~/ |