Note that the --rpath-link command line option will search the contents of the SEARCH...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-alpha / emptygot.s
1 .text
2 .globl _start
3 _start:
4 lda $0, foo($29) !gprel
5
6 .section .sbss
7 foo: .quad 0
This page took 0.031413 seconds and 4 git commands to generate.