mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
8cd931b713
bfd/ * elf32-arm.c (group_sections): Take next section size into account before accepting to group it. testsuite/ * ld-arm/arm-elf.exp: Add new farcall-group-limit test. * ld-arm/farcall-group-limit.d: New file. * ld-arm/farcall-group3.s: New file. * ld-arm/farcall-group4.s: New file.
10 lines
227 B
ArmAsm
10 lines
227 B
ArmAsm
@ Test to ensure that ARM calls exceeding 32Mb generate stubs,
|
|
@ and that stubs are correctly inserted between input sections
|
|
@ when one contribution size exceeds the limit.
|
|
|
|
.text
|
|
.global bar
|
|
.global _start
|
|
_start:
|
|
bl bar
|