[binutils-gdb][ld][AArch64] Fix group_sections algorithm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-group.s
1 .section .text.t1
2 .global _start
3 .global end
4 _start:
5 bl end
6
7 .section .text.t2
8 .zero 64 * 1024 * 1024
9
10 .section .text.t3
11 .zero 64 * 1024 * 1024
12
13 .section .text.t4
14 end:
15 bl _start
This page took 0.033034 seconds and 4 git commands to generate.