(root)/
binutils-2.41/
ld/
testsuite/
ld-selective/
keepdot0.ld
SECTIONS
{
  . = 0x0;
  .myinit : { KEEP (*(.myinit)) }
  .mytext : { *(.mytext*) *(.text*) }
}