]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-arm/farcall-group4.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-group4.s
CommitLineData
8cd931b7
CL
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
6myfunc:
7 .space 0x2000000
8 bl bar
9
10 .section .far, "xa"
63e1a0fc 11 .type bar, %function
8cd931b7
CL
12 .global bar
13bar:
14 bx lr