Retro68/binutils/ld/testsuite/ld-elf/group.ld

7 lines
125 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
. = 0x1000;
.text : { *(.text) *(.rodata.brlt) }
2015-08-28 15:32:19 +00:00
/DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
2012-03-26 19:18:29 +00:00
}