summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/shuffle2.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/testsuite/shuffle2.c')
-rw-r--r--trunk/testsuite/shuffle2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/testsuite/shuffle2.c b/trunk/testsuite/shuffle2.c
index 4d761d4..ed1af21 100644
--- a/trunk/testsuite/shuffle2.c
+++ b/trunk/testsuite/shuffle2.c
@@ -16,7 +16,14 @@ int main()
exit (0);
}
+#ifdef __arm__
+asm (".section nonalloced,\"aw\",%nobits\n\t"
+ ".globl testzero\n\t"
+ "testzero: .skip 16384\n\t"
+ ".previous");
+#else
asm (".section nonalloced,\"aw\",@nobits\n\t"
".globl testzero\n\t"
"testzero: .skip 16384\n\t"
".previous");
+#endif