about summary refs log tree commit diff
path: root/src/setjmp
diff options
context:
space:
mode:
authorJoakim Sindholt <opensource@zhasha.com>2014-11-06 18:57:56 +0100
committerRich Felker <dalias@aerifal.cx>2014-11-23 12:03:34 -0500
commit27828f7e9adb6b4f93ca56f6f98ef4c44bb5ed4e (patch)
tree4610a5a5ffce6908a60bc36e0b177e4be9a7fe49 /src/setjmp
parent4134c68dd4dc23ed358c8301da56225d21d655d9 (diff)
downloadmusl-27828f7e9adb6b4f93ca56f6f98ef4c44bb5ed4e.tar.gz
musl-27828f7e9adb6b4f93ca56f6f98ef4c44bb5ed4e.tar.xz
musl-27828f7e9adb6b4f93ca56f6f98ef4c44bb5ed4e.zip
arm assembly changes for clang compatibility
Diffstat (limited to 'src/setjmp')
-rw-r--r--src/setjmp/arm/longjmp.s2
-rw-r--r--src/setjmp/arm/setjmp.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/setjmp/arm/longjmp.s b/src/setjmp/arm/longjmp.s
index aff15fbd..5d847c65 100644
--- a/src/setjmp/arm/longjmp.s
+++ b/src/setjmp/arm/longjmp.s
@@ -20,7 +20,7 @@ longjmp:
 	ldc p2, cr4, [ip], #48
 2:	tst r1,#0x40
 	beq 2f
-	ldc p11, cr8, [ip], #64
+	.inst 0xecbc8b10 /* vldmia ip!, {d8-d15} */
 2:	tst r1,#0x200
 	beq 3f
 	ldcl p1, cr10, [ip], #8
diff --git a/src/setjmp/arm/setjmp.s b/src/setjmp/arm/setjmp.s
index b74dfc68..fd65b5d8 100644
--- a/src/setjmp/arm/setjmp.s
+++ b/src/setjmp/arm/setjmp.s
@@ -22,7 +22,7 @@ setjmp:
 	stc p2, cr4, [ip], #48
 2:	tst r1,#0x40
 	beq 2f
-	stc p11, cr8, [ip], #64
+	.inst 0xecac8b10 /* vstmia ip!, {d8-d15} */
 2:	tst r1,#0x200
 	beq 3f
 	stcl p1, cr10, [ip], #8