repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
tls-mixed.s
blob
af2377db5f8d2a647b099613597f1054c33bef28
1
.text
2
.globl foo
3
.type foo, %function
4
foo
:
5
nop
6
.L1:
7
nop
8
.L2:
9
bl
lib_gd2
(
tlscall
)
10
mov pc
,
lr
11
12
.Lpool:
13
.word lib_gd(tlsgd) + (. - .L1 - 8)
14
.Lpool2:
15
.word lib_gd2(tlsdesc) + (. - .L2)
16
.word lib_gd2(tlsgd) + (. - .L2 - 8)
17
18
.section .tdata,
"awT"
19
.global lib_gd
20
lib_gd
:
21
.space 4
22
.global lib_gd2
23
lib_gd2
:
24
.space 4
25