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
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
got-page-3c.s
blob
cd7656cd4a133c0b1d57bf8c1ea25e4cecb32093
1
.macro makeref,sym
2
lw $
5
,%
got
(
\sym\@
)(
$gp
)
3
.endm
4
5
.globl f3
6
.ent f3
7
f3
:
8
.rept 8000
9
makeref frob
10
.endr
11
.end f3