]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-arm/bf.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-arm / bf.s
CommitLineData
4389b29a
AV
1 .global _start
2 .syntax unified
3
4@ We will place the section .text at 0x1000.
5
6 .text
7 .thumb_func
8
9_start:
10 bf 2, bar
11
12@ We will place the section .foo at 0x1001000.
13
14 .section .foo, "xa"
15 .thumb_func
16
17bar:
18 bx lr
19