Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapmisc.s
index 4749e8daab8ffcf93de976a7afd4c4bc354b09aa..c203e74bb58740cdf06b27dc7fb914e9f2ffffcb 100644 (file)
@@ -1,6 +1,8 @@
        .text
        .type foo, %function
 foo:
+       .align 2
+       .fill 0, 0, 0
        nop
        .ascii "abcd"
        nop
@@ -36,3 +38,9 @@ foo:
        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.024316 seconds and 4 git commands to generate.