5 lines
65 B
Text
5 lines
65 B
Text
|
SECTIONS {
|
||
|
.text : { *(.text.*) }
|
||
|
.data : { *(.data.*) }
|
||
|
}
|