about summary refs log tree commit diff
path: root/sysdeps/arm/fpu/__longjmp.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-01 14:31:24 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-01 14:31:24 +0000
commit8c93cd99f54c6971594aa76f6e4304d0c1fe4ae0 (patch)
tree71d35e9901ce81bfd0aad04f1c24087463ddc03c /sysdeps/arm/fpu/__longjmp.S
parent7782d0bf55c294b7ed872e2590fcf4a683be5e05 (diff)
downloadglibc-8c93cd99f54c6971594aa76f6e4304d0c1fe4ae0.tar.gz
glibc-8c93cd99f54c6971594aa76f6e4304d0c1fe4ae0.tar.xz
glibc-8c93cd99f54c6971594aa76f6e4304d0c1fe4ae0.zip
Update
1998-10-01  Philip Blundell  <pb@nexus.co.uk> 
 
	* sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch 
	from Scott Bambrough. 
 
	* sysdeps/unix/sysv/linux/arm/register-dump.h: New file. 
 
	* libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't 
	include the lock member. 
 
1998-09-03  Philip Blundell  <pb@nexus.co.uk> 
 
	* sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler. 
 
Diffstat (limited to 'sysdeps/arm/fpu/__longjmp.S')
-rw-r--r--sysdeps/arm/fpu/__longjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/fpu/__longjmp.S b/sysdeps/arm/fpu/__longjmp.S
index 25ba6b39fa..2972ff6f5c 100644
--- a/sysdeps/arm/fpu/__longjmp.S
+++ b/sysdeps/arm/fpu/__longjmp.S
@@ -30,7 +30,7 @@ ENTRY (__longjmp)
 	movs	r0, r1		/* get the return value in place */
 	moveq	r0, #1		/* can't let setjmp() return zero! */
 
-	lfmia	f4, 4, [ip] !	/* load the floating point regs */
+	lfmfd	f4, 4, [ip] !	/* load the floating point regs */
 
 	LOADREGS(ia, ip, {v1-v6, sl, fp, sp, pc})
 END (__longjmp)