* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / adrl.s
blob5bb7456f06289255e29a5da9e2fe8b81e4a97eed
1 @ test ADRL pseudo-op
2 .text
3 .global foo
4 foo:
5 .align 0
6 1:
7 .space 8192
8 2:
9 adrl r0, 1b
10 adrl r0, 1f
11 adrl r0, 2b
12 adrl r0, 2f
13 adrEQl r0, 2f
15 adrl r0, foo
16 adrl r0, X
17 .space 8184
19 adral lr, X
20 .space 0x0104
22 .globl X;
24 .p2align 5,0