summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-powerpc/tlsopt3.s
blob: 9730ceb68f0746bc0cd43d099c3dbae1c05a91c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 .section ".tbss","awT",@nobits
 .global gd0
 .align 3
gd0: .space 8

 .section ".no_opt3", "ax", %progbits
# this section should also not be optimised
 addi 3,2,gd@got@tlsgd
 b 0f
 addi 3,2,gd0@got@tlsgd
 b 1f
0:
 bl __tls_get_addr
 nop
 b 2f
1:
 bl __tls_get_addr
 nop
2: