Use std::string in dwarf2read.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-frv / tls-1-dep.s
CommitLineData
90219bd0
AO
1 .section .tbss,"awT",@nobits
2 .align 4
3 .globl x
4 .type x, @tls_object
5 .size x, 4
6x:
7 .zero 4
This page took 0.930973 seconds and 4 git commands to generate.