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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-cris
/
tls-gdgotrelm.s
blob
50310eaa9bdfcf40c2bf45707408004b305013b3
1
.text
2
3
.ifndef r
4
.set r,1
5
.endif
6
7
.macro doit
8
.global tlsdsofngdgotrelm\@
9
.type tlsdsofngdgotrelm\@,@function
10
.p2align 1
11
tlsdsofngdgotrelm\@
:
12
move.w x\@
:
GDGOTREL16
,
$
r10
13
.Lfe\@:
14
.size tlsdsofngdgotrelm\@,.Lfe\@-tlsdsofngdgotrelm\@
15
16
.globl x\@
17
.section .tdata,
"awT"
,@progbits
18
.p2align 0
19
.type x\@, @object
20
.size x\@, 1
21
x\@
:
22
.byte 40
23
.previous
24
.endm
25
26
.rept r
27
doit
28
.endr