ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[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.504441 seconds and 4 git commands to generate.