More support for ld --hash-style in the ld testsuite
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-bl-section.s
CommitLineData
2f340668
JW
1 .global _start
2
3# We will place the section .text at 0x1000.
4
5 .text
6
7_start:
8 bl bar
9 bl bar2
10 ret
11
12# We will place the section .foo at 0x8001000.
13
14 .section .foo, "xa"
15 .type bar, @function
16bar:
17 ret
18 .type bar2, @function
19bar2:
20 ret
This page took 0.083419 seconds and 4 git commands to generate.