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
regenerate configure
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
arm-rel31.s
blob
37eee66c0de81474df7b3d055d3c3d0cdd16db77
1
# Test the R_ARM_REL31 relocation
2
.section .before
3
.global _start
4
_start
:
5
.text
6
.rel31 0, foo
7
.rel31 0, _start
8
.rel31 1, foo
9
.rel31 1, _start
10
.section .after
11
foo
: