mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
cff69cf4cf
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.
16 lines
188 B
ArmAsm
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
|