bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pic.s
1 @ Test file for ARM ELF PIC
2
3 .text
4 .align 0
5 bl foo
6 bl foo(PLT)
7 .word sym
8 .word sym(GOT)
9 .word sym(GOTOFF)
10 1:
11 .word _GLOBAL_OFFSET_TABLE_ - 1b
12 .word foo2(TARGET1)
13 .word foo3(SBREL)
14 .word foo4(TARGET2)
This page took 0.038229 seconds and 4 git commands to generate.