aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/group.ld
blob: 71852745b648e53c26675b13f1fb01d6980734d6 (plain)
1
2
3
4
5
SECTIONS
{
  . = 0x1000;
  .text : { *(.text) *(.rodata.brlt) }
}