keepdot.ld   [plain text]


SECTIONS
{
  .myinit : { KEEP (*(.myinit)) }
  .mytext : { *(.mytext*) *(.text*) }
}