projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-nios2
/
hilo16.s
Commit
Line
Data
36591ba1
SL
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)
This page took
0.024556 seconds
and
4
git commands to generate.