]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/arm/mapmisc.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / arm / mapmisc.s
diff --git a/gas/testsuite/gas/arm/mapmisc.s b/gas/testsuite/gas/arm/mapmisc.s
new file mode 100644 (file)
index 0000000..25d9a73
--- /dev/null
@@ -0,0 +1,36 @@
+       .text
+       .type foo, %function
+foo:
+       nop
+       .ascii "abcd"
+       nop
+       .asciz "abc"
+       nop
+       .string "efg"
+       nop
+       .string8 "hij"
+       nop
+       .string16 "k"
+       nop
+       .string32 "l"
+       nop
+       .string64 "m"
+       nop
+       .float 0e1.5
+       nop
+       .single 0e2.5
+       nop
+       .double 0e3.5
+       nop
+       .dcb.d 1, 4.5
+       nop
+       .fill 4, 4, 4
+       nop
+       .space 4
+       nop
+       .skip 4
+       nop
+       .zero 4
+       nop
+       .incbin "mapmisc.dat"
+       nop