Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / farcall-bl.s
blob432b120e85624341b728a2b64e25675fb5b58ff9
1 .global _start
2 .global bar
4 # We will place the section .text at 0x1000.
6 .text
8 _start:
9 bl bar
10 ret
12 # We will place the section .foo at 0x8001000.
14 .section .foo, "xa"
15 .type bar, @function
16 bar:
17 ret