mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
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
|