Re: Disable execstack and rwx segments warnings for MIPS targets.
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-absolute-hi.ld
1 SECTIONS
2 {
3 bar = 0x12345678;
4 .text : { *(.text) }
5 /DISCARD/ : { *(*) }
6 }