SECTIONS
 {
   . = 0x00000;
   .text : { start.o(.text)
             core_main.o(.text) 
             core_matrix.o(.text) 
             core_list_join.o(.text) 
             core_state.o(.text) 
             core_portme.o(.text) 
             core_util.o(.text) 
              }
   . = 0xfedfa000;
   .data : { *(.data) }
   .bss : { *(.bss) }
 }
