Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-arm / long-plt-format.s
1 .globl _start
2 .type _start,%function
3 .globl foo
4 _start:
5 bl foo(PLT)
6 .size _start,.-_start
7