bump env
[riscv-tests.git] / benchmarks / common / crt.S
index 3d4d6cff0bfdc97bb42a82d880859f71039f5665..d75e81e06548df82100a010c21a6310927cadc7c 100644 (file)
@@ -111,7 +111,10 @@ _start:
   csrw mtvec, t0
 
   # initialize global pointer
-  la gp, _gp
+.option push
+.option norelax
+  la gp, __global_pointer$
+.option pop
 
   la  tp, _end + 63
   and tp, tp, -64