6 lines
85 B
Plaintext
Raw Normal View History

2012-03-26 21:18:29 +02:00
SECTIONS
{
.myinit : { KEEP (*(.myinit)) }
.mytext : { *(.mytext*) *(.text*) }
}