[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsopt2.s
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.
5 addi 3,2,gd@got@tlsgd
6 cmpdi 4,0
7 beq 0f
8 addi 3,2,gd@got@tlsgd
9 0:
10 bl __tls_get_addr
11 nop
This page took 0.050275 seconds and 4 git commands to generate.