summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective/keepdot0.ld
blob: 9f053d3cc2d6eb1d6551fecc65a4774fc04be759 (plain)
1
2
3
4
5
6
SECTIONS
{
  . = 0x0;
  .myinit : { KEEP (*(.myinit)) }
  .mytext : { *(.mytext*) *(.text*) }
}