diff --git a/linker.ld b/linker.ld index 6ef54e0..2248c5d 100644 --- a/linker.ld +++ b/linker.ld @@ -9,7 +9,7 @@ SECTIONS *(.text._start) *(.text) } - .data : + .sdata : { __global_pointer$ = . + 0x800; *(.srodata.cst16) *(.srodata.cst8) *(.srodata.cst4) *(.srodata.cst2) *(.srodata .srodata.*) @@ -29,4 +29,4 @@ SECTIONS { *(.stack) } -} +} \ No newline at end of file