Arm: Clean up PE GAS testsuite correct THUMB tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_pool.s
index 844e77ec49f9000e1617c19d06713dab20441920..92c0fe9cbe9afd64a83d5329a38cdb7955382cf8 100644 (file)
@@ -11,3 +11,14 @@ thumb2_ldr:
        ldr.w   r5, =0x12345678
        ldr     r1, =0x12345678
        .pool
+
+       # test symbol literal support.
+       .macro ldrs const
+       .irp regindex, 1, 4, 9, 12, 13
+               ldr r\regindex, \const
+       .endr
+       .endm
+
+       ldrs    "=ext_symbol"
+       ldrs    "=ext_symbol + 0x1000"
+       .pool
This page took 0.024314 seconds and 4 git commands to generate.