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
bfd/
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
tls-hidden4b.s
blob
d6deb002d62854710efcd1096d0ff710938b95d7
1
.macro load
2
.text
3
lw $
4
,%
gottprel
(
foo\@
)(
$gp
)
4
5
.global foo\@
6
.type foo\@,@object
7
.size foo\@,4
8
.section .tdata,
"awT"
,@progbits
9
foo\@
:
10
.word \@
11
.endm
12
13
.rept 4
14
load
15
.endr
16
17
.text
18
.macro load2
19
lw $
4
,%
got
(
undefb\@
)(
$gp
)
20
.endm
21
22
.rept 0x3000
23
load2
24
.endr
25
26
.data
27
.word undef