keepdot.ld 85 B

12345
  1. SECTIONS
  2. {
  3. .myinit : { KEEP (*(.myinit)) }
  4. .mytext : { *(.mytext*) *(.text*) }
  5. }