* ld-cris/got7.s, ld-cris/init.s, ld-cris/pic-gc-72.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls128.s
1 ; Just something allocating 128 bytes TLS data.
2 .section .tdata,"awT",@progbits
3 .p2align 2
4 .type tls128, @object
5 tls128:
6 .long 47
7 .fill 124,1,0
8 .size tls128, 128
This page took 0.030134 seconds and 4 git commands to generate.