ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-group.s
1 .section .text.t1
2 .global _start
3 .global end
4 _start:
5 bl end
6
7 .section .text.t2
8 .zero 64 * 1024 * 1024
9
10 .section .text.t3
11 .zero 64 * 1024 * 1024
12
13 .section .text.t4
14 end:
15 bl _start