bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / exec-got-1b.s
1 .globl _start
2 .type _start,%function
3 _start:
4 ldr r1,1f
5 ldr r1,2f
6 1:
7 .word foo(GOT)
8 2:
9 .word _start(GOT)
10 .size _start,.-_start
This page took 0.036898 seconds and 5 git commands to generate.