Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-i386 / load3.s
1 .data
2 .globl foo
3 .type foo, @object
4 foo:
5 .text
6 .globl _start
7 .type _start, @function
8 _start:
9 addl foo@GOT, %ebx