ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls128g.s
CommitLineData
bcae4342
HPN
1; Just something allocating 128 bytes TLS data, with the symbol being global.
2 .section .tdata,"awT",@progbits
3 .p2align 2
4 .global tls128
5 .type tls128, @object
6tls128:
7 .long 47
8 .fill 124,1,0
9 .size tls128, 128
This page took 0.524027 seconds and 4 git commands to generate.