Have the linker's help text include the default setting of the --hash-style option...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-group.s
CommitLineData
cff69cf4
WD
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
14end:
15 bl _start
This page took 0.023374 seconds and 4 git commands to generate.