]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-arm/jump-reloc-veneers.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / jump-reloc-veneers.s
1 .text
2 .syntax unified
3 .thumb_func
4 .global _start
5 .type _start,%function
6 _start:
7 b.w dest
8
9 .section destsect, "x"
10 .thumb_func
11 dest:
12 b.n dest