* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / pic.s
blob3c3c3293b6db4c9e3c5158ab8a53cb1583e42d6a
1 @ Test file for ARM ELF PIC
3 .text
4 .align 0
5 bl foo
6 bl foo(PLT)
7 .word sym
8 .word sym(GOT)
9 .word sym(GOTOFF)
11 .word _GLOBAL_OFFSET_TABLE_ - 1b
12 .word foo2(TARGET1)
13 .word foo3(SBREL)
14 .word foo4(TARGET2)