SECTIONS {
. = 0x0000;
.text : {
* (.text);
. = ALIGN(8);
* (.rodata);
}
.data : {
* (.data);
* (.bss);