RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2
[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.043401 seconds and 4 git commands to generate.