Allow non-fatal errors to be emitted and for disassembly notes be placed on AArch64
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-tbss64.s
CommitLineData
a40942aa
HPN
1 .global gx
2 .section .tbss,"awT",@nobits
3 .align 2
4 .type gx, @object
5 .size gx, 64
6gx:
7 .zero 64
This page took 0.42145 seconds and 4 git commands to generate.