repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-nios2
/
hilo16.s
blob
47b404f177698c46f5a4304d83b60c257e479f3e
1
# Test the %hi, lo and %hiadj relocations
2
3
.set noat
4
5
.text
6
.global _start
7
_start
:
8
addi
r1
,
r1
, %
hi
(
long_symbol
)
9
addi
r1
,
r1
, %
lo
(
long_symbol
)
10
addi
r1
,
r1
, %
hiadj
(
long_symbol
)