binutils-gdb/ld/testsuite/ld-aarch64/farcall-group.s
Wilco Dijkstra cff69cf4cf [binutils-gdb][ld][AArch64] Fix group_sections algorithm
PR ld/25665
	* bfd/elfnn-aarch64.c (group_sections): Copy implementation
	from elf32-arm.c.
	* testsuite/ld-aarch64/aarch64-elf.exp: Add new test.
	* testsuite/ld-aarch64/farcall-group.s: New large group test.
	* testsuite/ld-aarch64/farcall-group.d: Likewise.
2020-05-04 15:51:56 +01:00

16 lines
188 B
ArmAsm

.section .text.t1
.global _start
.global end
_start:
bl end
.section .text.t2
.zero 64 * 1024 * 1024
.section .text.t3
.zero 64 * 1024 * 1024
.section .text.t4
end:
bl _start