summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/aarch64/mapmisc.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/aarch64/mapmisc.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/aarch64/mapmisc.s40
1 files changed, 40 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/aarch64/mapmisc.s b/binutils-2.25/gas/testsuite/gas/aarch64/mapmisc.s
new file mode 100644
index 00000000..1625515f
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/aarch64/mapmisc.s
@@ -0,0 +1,40 @@
+ .text
+ .type foo, %function
+foo:
+ .align 2
+ .fill 0, 0, 0
+ 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
+ .fill 0, 0, 0
+ nop