* gas/arm/adrl.s: Test behaviour against globals too.
[binutils.git] / gas / testsuite / gas / arm / immed.s
blob5d2092be18b6d73cd79cd0231ceedb40fe282a30
1 @ Tests for complex immediate expressions - none of these need
2 @ relocations
3 .text
4 bar:
5 mov r0, #0
6 mov r0, #(. - bar - 8)
7 ldr r0, bar
8 ldr r0, [pc, # (bar - . -8)]
9 .space 4096
10 mov r0, #(. - bar - 8) & 0xff
11 ldr r0, [pc, # (bar - . -8) & 0xff]