09-03-05 Christophe Lyon <christophe.lyon@st.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-group4.s
1 @ Test to ensure that ARM calls exceeding 32Mb 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 .global bar
12 bar:
13 bx lr
This page took 0.030643 seconds and 4 git commands to generate.