summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-selective/keepdot.ld
blob: d8a2b386bd1743a5133056b7cc4fcd211ab33260 (plain)
1
2
3
4
5
SECTIONS
{
  .myinit : { KEEP (*(.myinit)) }
  .mytext : { *(.mytext*) *(.text*) }
}