Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / tlsopt1_32.s
CommitLineData
663a1470
AM
1 .section ".no_opt1", "ax", %progbits
2# this section should not be optimised since we have old-style
3# __tls_get_addr without marker relocs, and the arg setup insn
4# is shared with two __tls_get_addr calls.
86038de0 5 addi 3,30,gd@got@tlsgd
663a1470
AM
6 cmpwi 4,0
7 beq 0f
8 bl __tls_get_addr
9 b 1f
100:
11 bl __tls_get_addr
121:
This page took 0.3123 seconds and 4 git commands to generate.