6 lines
64 B
Text
6 lines
64 B
Text
|
SECTIONS
|
||
|
{
|
||
|
.text : { *(.text) }
|
||
|
PROVIDE_HIDDEN(_end = .);
|
||
|
}
|