Arm: Clean up PE GAS testsuite correct THUMB tests.
[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.029967 seconds and 4 git commands to generate.