Rework benchmarks to run in M-mode
[riscv-tests.git] / benchmarks / common / test.ld
index db4ec452ea4c484c70048a5176a4b351e16b7c6c..00eb4a2b965d5fec989dcb83a86976eca0395b68 100644 (file)
@@ -21,7 +21,7 @@ SECTIONS
 {
 
   /* text: test code section */
-  . = 0x100;
+  . = 0x0;
   .text : 
   {
     crt.o(.text)