diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-03-08 21:39:32 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-03-08 21:39:32 +0000 |
commit | e69b6f73d760b364bcf7782354a28e69091f7023 (patch) | |
tree | 6efe0cac41e1e5101d2d2531b7352fe2f666e05b /newlib/ChangeLog | |
parent | 2ea968d3e19ca8c42fbfc8492dc8dfc9ee49fe98 (diff) | |
download | newlib-e69b6f73d760b364bcf7782354a28e69091f7023.zip newlib-e69b6f73d760b364bcf7782354a28e69091f7023.tar.gz newlib-e69b6f73d760b364bcf7782354a28e69091f7023.tar.bz2 |
2001-03-07 Richard Sandiford <rsandifo@redhat.com>
* (libc/include/machine/setjmp.h): Use 23 DI-mode ints for a
jmpbuf on MIPS64 targets.
* (libc/machine/mips/setjmp.S): Add MIPS64 version.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6212f06..99ee8f0 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,6 +1,13 @@ +2001-03-08 Richard Sandiford <rsandifo@redhat.com> + + * (libc/include/machine/setjmp.h): Use 23 long long ints for a + jmpbuf on MIPS64 targets. + * (libc/machine/mips/setjmp.S): Add MIPS64 version. + Wed Mar 7 16:02:07 2001 Christopher Faylor <cgf@cygnus.com> - * libc/include/sys/config.h: Use ssize_t for read/write declarations. + * libc/include/sys/config.h: Use ssize_t for Cygwin read/write + declarations. Mon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com> |