repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testsuite: adapt to new --debug command line option
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-powerpc
/
tlsopt3.s
blob
9730ceb68f0746bc0cd43d099c3dbae1c05a91c9
1
.section
".tbss"
,
"awT"
,@nobits
2
.global gd0
3
.align 3
4
gd0
:
.space 8
5
6
.section
".no_opt3"
,
"ax"
, %progbits
7
# this section should also not be optimised
8
addi
3
,
2
,
gd@got@tlsgd
9
b
0
f
10
addi
3
,
2
,
gd0@got@tlsgd
11
b
1
f
12
0
:
13
bl
__tls_get_addr
14
nop
15
b
2
f
16
1
:
17
bl
__tls_get_addr
18
nop
19
2
: