* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Do not
[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.030922 seconds and 5 git commands to generate.