about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-27 14:41:40 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-27 14:41:40 +0000
commitf8028a97081f2cd4e24862507c04b05cf4687dc9 (patch)
tree1cda3747dd97dd162ef513a0dbbc48f68ce69960 /ChangeLog
parent1435536e90451b71e5d575735d1b67f1e33ee782 (diff)
downloadglibc-f8028a97081f2cd4e24862507c04b05cf4687dc9.tar.gz
glibc-f8028a97081f2cd4e24862507c04b05cf4687dc9.tar.xz
glibc-f8028a97081f2cd4e24862507c04b05cf4687dc9.zip
Update.
2000-11-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

	* sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and
	in a single asm as they may be used to access other stored
	registers.
	* sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efb6796c01..89e9a79330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+	* sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and
+	in a single asm as they may be used to access other stored
+	registers.
+	* sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
+
 2000-11-27  Andreas Jaeger  <aj@suse.de>
 
 	* rt/tst-aio.c: Mark test functions as static to avoid warnings.