Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-kvx / farcall-goto-section.s
blobd6287d1d57e64c47697bf5d8b513cc909de175ba
1 .global _start
3 # We will place the section .text at 0x1000.
5 .text
7 _start:
8 goto bar
9 ;;
10 goto bar2
12 ret
15 # We will place the section .foo at 0x20001000.
17 .section .foo, "xa"
18 .type bar, @function
19 bar:
20 ret
22 .type bar2, @function
23 bar2:
24 ret