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-kvx
/
farcall-call-plt.s
blob
e1b1bbc6beabbfba6e1382e5091449a9ac942aa7
1
.global _start
2
.global foo
3
.type foo, @function
4
.text
5
6
_start
:
7
# ((1 << 26) - 1) << 2
8
# PCREL27 relocation out of range to plt stub,
9
# we need long branch veneer.
10
.skip 268435452, 0
11
call foo
12
;;
13
ret
14
;;