Retro68/binutils/ld/testsuite/ld-elf/group.ld
2015-08-28 17:32:19 +02:00

7 lines
125 B
Plaintext

SECTIONS
{
. = 0x1000;
.text : { *(.text) *(.rodata.brlt) }
/DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
}