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
* cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
farcall-group4.s
blob
95ad03555d171bd1c7df46652f4d491aea891f14
1
@ Test to ensure that ARM calls exceeding
32
Mb generate stubs
,
2
@
and
that
a
large input section forces stub insertion before its
3
@ contribution.
4
5
.text
6
myfunc
:
7
.space 0x2000000
8
bl
bar
9
10
.section .far,
"xa"
11
.type bar, %function
12
.global bar
13
bar
:
14
bx
lr