Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-arm / exec-got-1b.s
1 .globl _start
2 .type _start,%function
3 _start:
4 ldr r1,1f
5 ldr r1,2f
6 1:
7 .word foo(GOT)
8 2:
9 .word _start(GOT)
10 .size _start,.-_start