(root)/
binutils-2.41/
ld/
testsuite/
ld-selective/
keepdot.ld
SECTIONS
{
  .myinit : { KEEP (*(.myinit)) }
  .mytext : { *(.mytext*) *(.text*) }
}