projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initialize Tizen 2.3
[external/binutils.git]
/
ld
/
testsuite
/
ld-arm
/
tls-gdesc-nlazy.s
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