Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-arm / bfl.s
blobe9fb0a70f6c6c6ee802b0bd91dfcd608c94a0d30
1 .global _start
2 .syntax unified
4 @ We will place the section .text at 0x1000.
6 .text
7 .thumb_func
9 _start:
10 bfl 2, bar
12 @ We will place the section .foo at 0x1001000.
14 .section .foo, "xa"
15 .thumb_func
17 bar:
18 bx lr