diff --git a/linker.ld b/linker.ld index 2248c5d..6ef54e0 100644 --- a/linker.ld +++ b/linker.ld @@ -9,7 +9,7 @@ SECTIONS *(.text._start) *(.text) } - .sdata : + .data : { __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 +}