* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / adrl.s
1 @ test ADRL pseudo-op
2 .text
3 foo:
4 .align 0
5 1:
6 .space 8192
7 2:
8 adrl r0, 1b
9 adrl r0, 1f
10 adrl r0, 2b
11 adrl r0, 2f
12 adrEQl r0, 2f
13 2:
14 .space 8200
15 1:
This page took 0.029703 seconds and 4 git commands to generate.