[MIPS] Add Loongson 2K1000 proccessor support.
[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.440088 seconds and 4 git commands to generate.