summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elf/group.ld
blob: f8e50c379bd1022fa1c4daa66e0b9b392ea9e5e9 (plain)
1
2
3
4
5
6
SECTIONS
{
  . = 0x1000;
  .text : { *(.text) *(.rodata.brlt) }
  /DISCARD/ : { *(.dropme) *(.reginfo) *(.MIPS.abiflags) }
}