7 lines
87 B
Text
7 lines
87 B
Text
|
SECTIONS
|
||
|
{
|
||
|
. = 0xfffc;
|
||
|
.text : { *(.text) }
|
||
|
.bss : ALIGN (0x10000) { *(.bss) }
|
||
|
}
|