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
merge from gcc
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
arm-target2.s
blob
26c451904a291938309618b81b1b9d9dc27a9601
1
# Test the R_ARM_TARGET2 relocation
2
.text
3
.global _start
4
_start
:
5
.word foo(target2)
6
.word foo+0x1234(target2)
7
.word foo+0xcdef0000(target2)
8
.word foo+0x76543210(target2)
9
foo
: