Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-elf / group.ld
1 SECTIONS
2 {
3   . = 0x1000;
4   .text : { *(.text) *(.rodata.brlt) }
5   /DISCARD/ : { *(.dropme) *(.reginfo) }
6 }