]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-arm/farcall-data.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-data.s
CommitLineData
a7470592
DJ
1 .syntax unified
2 .text
3 .global _start
4 .type _start, %function
5_start:
6 b far
7
8.section .after
9after:
10 .word 0x11111111
11
12 .section .far, "ax"
13 .type far, %function
14far: bx lr