Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapmisc.s
index 25d9a739388bc100a21e9a439203a15b178d68f2..c203e74bb58740cdf06b27dc7fb914e9f2ffffcb 100644 (file)
@@ -1,6 +1,8 @@
        .text
        .type foo, %function
 foo:
+       .align 2
+       .fill 0, 0, 0
        nop
        .ascii "abcd"
        nop
@@ -34,3 +36,11 @@ foo:
        nop
        .incbin "mapmisc.dat"
        nop
+       .fill 0, 0, 0
+       nop
+# This test should always be at the end.  Check that a trailing align does
+# not cause the literal pool to be emitted with a code mapping symbol.
+       ldr r0,=string
+string:
+       .ascii "abc"
+       .align 2
This page took 0.046419 seconds and 4 git commands to generate.