1@ Test to ensure that ARM calls exceeding 32Mb generate stubs,
2@ and that stubs are correctly inserted between input sections
3@ when one contribution size exceeds the limit.
4
5	.text
6	.global bar
7	.global _start
8_start:
9	bl bar
10