diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-09-13 16:10:50 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-09-13 16:10:50 +0000 |
commit | 242361df3660f1baab5d9c511ebb5a142b9e8cb5 (patch) | |
tree | 1332e1afef972e2aec63b1d204f1f9d6ca0293fb /newlib/ChangeLog | |
parent | ce779ff629dd00560dc7e062e241dccb8df8a727 (diff) | |
download | newlib-242361df3660f1baab5d9c511ebb5a142b9e8cb5.zip newlib-242361df3660f1baab5d9c511ebb5a142b9e8cb5.tar.gz newlib-242361df3660f1baab5d9c511ebb5a142b9e8cb5.tar.bz2 |
2000-09-13 Will Cohen <wcohen@redhat.com>
* libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0.
Added return value 0.
(_longjmp): Allow longjmp to return value of second argument
passed to it.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 636154c..e7801fd 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2000-09-13 Will Cohen <wcohen@redhat.com> + + * libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0. + Added return value 0. + (_longjmp): Allow longjmp to return value of second argument + passed to it. + 2000-09-06 Jeff Johnston <jjohnstn@redhat.com> * libc/include/sys/types.h (FD_ZERO): Remove call to bzero and |