|
|
@ -9,7 +9,7 @@ SECTIONS
|
|
|
|
*(.text._start)
|
|
|
|
*(.text._start)
|
|
|
|
*(.text)
|
|
|
|
*(.text)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.data :
|
|
|
|
.sdata :
|
|
|
|
{
|
|
|
|
{
|
|
|
|
__global_pointer$ = . + 0x800;
|
|
|
|
__global_pointer$ = . + 0x800;
|
|
|
|
*(.srodata.cst16) *(.srodata.cst8) *(.srodata.cst4) *(.srodata.cst2) *(.srodata .srodata.*)
|
|
|
|
*(.srodata.cst16) *(.srodata.cst8) *(.srodata.cst4) *(.srodata.cst2) *(.srodata .srodata.*)
|
|
|
@ -29,4 +29,4 @@ SECTIONS
|
|
|
|
{
|
|
|
|
{
|
|
|
|
*(.stack)
|
|
|
|
*(.stack)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|