2S09-08-21 Daniel Gutson <dgutson@codesourcery.com>
[binutils.git] / ld / testsuite / ld-arm / callweak.s
blobb9bcd1bd299cb04142f779c53ee3551a380e607e
1 .syntax unified
2 .arch armv6
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