Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / ld / testsuite / ld-arm / callweak.s
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