Use std::string in dwarf2read.c
[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.029397 seconds and 4 git commands to generate.