Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-arm / vxworks1.s
1 .text
2 .globl _start
3 .type _start, %function
4 _start:
5 bl foo
6 bl sexternal
7 b sglobal
8 .size _start, .-_start
9
10 .globl sexternal
11 .type sexternal, %function
12 sexternal:
13 mov pc, lr
14 .size sexternal, .-sexternal