Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-arm / callweak-2.s
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