7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
SECTIONS
|
|
{
|
|
.data : { *(.data) }
|
|
.bss : { *(.bss) }
|
|
.text : { *(.text) }
|
|
}
|