diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-14 20:44:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-14 20:44:11 +0000 |
commit | c9300aefcd97dffc51d28e8dd5018c6b1a5447c3 (patch) | |
tree | 4405e498ef9acd285f5c4e8927cfcec906383ad6 /ChangeLog | |
parent | 1ad318d3695d760eebec28cb7c3c32df06b7d85e (diff) | |
download | glibc-c9300aefcd97dffc51d28e8dd5018c6b1a5447c3.tar.gz glibc-c9300aefcd97dffc51d28e8dd5018c6b1a5447c3.tar.xz glibc-c9300aefcd97dffc51d28e8dd5018c6b1a5447c3.zip |
Update.
2003-05-13 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix the fix from 2003-03-27: setjmp is NOT a leaf-routine (due to the call to __sigjmp_save) so we can't keep the saved unat value in a scratch register (r16). Use loc2 instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4fe37ff9c5..8091442a4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-13 David Mosberger <davidm@hpl.hp.com> + + * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix the fix from + 2003-03-27: setjmp is NOT a leaf-routine (due to the call to + __sigjmp_save) so we can't keep the saved unat value in a scratch + register (r16). Use loc2 instead. + 2003-05-13 Ulrich Drepper <drepper@redhat.com> * csu/Makefile: Do compile elf-init with PIC flag since in dynamic |