diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-06 21:58:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-06 21:58:34 +0000 |
commit | 1a51bde7717d8f0458b682576029576225cf874f (patch) | |
tree | 3fd6670fdd151f6b463039b2121caaee06496bf3 /ChangeLog | |
parent | 99ee59707bafccd24e6dd38190cb3501ffa5c70a (diff) | |
download | glibc-1a51bde7717d8f0458b682576029576225cf874f.tar glibc-1a51bde7717d8f0458b682576029576225cf874f.tar.gz glibc-1a51bde7717d8f0458b682576029576225cf874f.tar.bz2 glibc-1a51bde7717d8f0458b682576029576225cf874f.zip |
Update.
2001-04-06 David Mosberger <davidm@hpl.hp.com>
* stdlib/tst-setcontext.c: Move st2[] to global scope.
(f2): Verify that stack pointer is inside st2[].
* sysdeps/unix/sysv/linux/ia64/getcontext.S: It helps to save r12.
* sysdeps/unix/sysv/linux/ia64/setcontext.S: It helps to restore r12.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2001-04-06 David Mosberger <davidm@hpl.hp.com> + + * stdlib/tst-setcontext.c: Move st2[] to global scope. + (f2): Verify that stack pointer is inside st2[]. + + * sysdeps/unix/sysv/linux/ia64/getcontext.S: It helps to save r12. + * sysdeps/unix/sysv/linux/ia64/setcontext.S: It helps to restore r12. + 2001-04-06 Ulrich Drepper <drepper@redhat.com> * timezone/antarctica: Update from tzdata2001b. |