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