summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/group.ld
blob: 58d78dab942a6c2bbfb8ea8675b9d29d6672c0cd (plain)
1
2
3
4
5
6
SECTIONS
{
  . = 0x1000;
  .text : { *(.text) *(.rodata.brlt) }
  /DISCARD/ : { *(.reginfo) }
}