2S09-08-21 Daniel Gutson <dgutson@codesourcery.com>
[binutils.git] / ld / testsuite / ld-arm / callweak-2.s
blobaf4f0265b68075a6f67a9ab15d0b07103fd69b84
1 .syntax unified
2 .arch armv6t2
3 .weak bar
4 .section .far, "ax", %progbits
5 .global _start
6 .type _start, %function
7 _start:
8 bl bar
9 bleq bar
10 .thumb
11 .type foo, %function
12 .thumb_func
13 foo:
14 bl bar
15 movs r0, #0
16 bl bar
17 bx lr