From c9300aefcd97dffc51d28e8dd5018c6b1a5447c3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 May 2003 20:44:11 +0000 Subject: Update. 2003-05-13 David Mosberger * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4fe37ff9c5..8091442a4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-05-13 David Mosberger + + * 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 * csu/Makefile: Do compile elf-init with PIC flag since in dynamic -- cgit 1.4.1