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-gdesc-nlazy.s
blob
2cd8109048ec55de09b67303bcc6b77d984d2fa5
1
.text
2
.globl foo
3
.type foo, %function
4
foo
:
5
nop
6
.L2:
7
blx lib_gd2
(
tlscall
)
8
mov pc
,
lr
9
10
.Lpool:
11
.word lib_gd2(tlsdesc) + (. - .L2)
12
13
.section .tdata,
"awT"
14
.global lib_gd2
15
lib_gd2
:
16
.space 4
17