RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsopt2_32.s
CommitLineData
663a1470
AM
1 .section ".no_opt2", "ax", %progbits
2# this section should not be optimised since we have old-style
3# __tls_get_addr without marker relocs, and two arg setup insns
4# feed into one __tls_get_addr call.
86038de0 5 addi 3,30,gd@got@tlsgd
663a1470
AM
6 cmpwi 4,0
7 beq 0f
86038de0 8 addi 3,30,gd@got@tlsgd
663a1470
AM
90:
10 bl __tls_get_addr
This page took 0.418906 seconds and 4 git commands to generate.