* gas/arm/attr-order.d: Do not run this test for non-ELF based ARM
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / abs12.s
1 ldr r0,[r1,#global]
2 ldr r0,[r1,#global + 12]
3 ldr r0,[r1,#global + 0x100000]
4 ldr r0,[r1,#local]
5 ldr r0,[r1,#local + 12]
6 ldr r0,[r1,#local + 0x100000]
7 local:
This page took 0.028829 seconds and 4 git commands to generate.