6 lines
85 B
Text
6 lines
85 B
Text
|
SECTIONS
|
||
|
{
|
||
|
.myinit : { KEEP (*(.myinit)) }
|
||
|
.mytext : { *(.mytext*) *(.text*) }
|
||
|
}
|