Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-group3.s
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
This page took 0.029537 seconds and 4 git commands to generate.