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

7 lines
107 B
Plaintext
Raw Normal View History

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