RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls128g.s
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
6 tls128:
7 .long 47
8 .fill 124,1,0
9 .size tls128, 128
This page took 0.051052 seconds and 4 git commands to generate.