diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-20 22:29:44 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-20 22:29:44 +0000 |
commit | d20152e148cfba15486243d6ad312005e7ab7e32 (patch) | |
tree | 75eacf2f7560d8a2ac36df13a4c2be899c3e3754 /ChangeLog | |
parent | 4b5e1c5f0ef986ccf8a67ed44d701dc18f7d7a44 (diff) | |
download | glibc-d20152e148cfba15486243d6ad312005e7ab7e32.tar.gz glibc-d20152e148cfba15486243d6ad312005e7ab7e32.tar.xz glibc-d20152e148cfba15486243d6ad312005e7ab7e32.zip |
* sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs. * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust. * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
* sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs. * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust. * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6121a0326b..4e291fba72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-03-20 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs. + * sysdeps/mips/mips64/setjmp_aux.c (__sigsetjmp_aux): Adjust. + * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise. + * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset into high and low halves on n64. * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise. |