X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=benchmarks%2Fcommon%2Ftest.ld;h=a08d71d3c4d7089552f1e3d2e66c366335ecab2a;hp=8141dda44cdef51c9f80f2610a15d67bac6f5e06;hb=610e0cb499a807287320fb13701cdee373a0a091;hpb=1b78e242657f80250292f39e1f41bad2b1ab9d6c diff --git a/benchmarks/common/test.ld b/benchmarks/common/test.ld index 8141dda..a08d71d 100644 --- a/benchmarks/common/test.ld +++ b/benchmarks/common/test.ld @@ -32,7 +32,7 @@ SECTIONS .data : { *(.data) } .sdata : { - _gp = . + 0x800; + __global_pointer$ = . + 0x800; *(.srodata.cst16) *(.srodata.cst8) *(.srodata.cst4) *(.srodata.cst2) *(.srodata*) *(.sdata .sdata.* .gnu.linkonce.s.*) }