Update to privileged architecture version 1.7
[riscv-tests.git] / benchmarks / common / test.ld
index 082891c3c195138acf9b979ba1cbe4efe8991387..db4ec452ea4c484c70048a5176a4b351e16b7c6c 100644 (file)
@@ -21,7 +21,7 @@ SECTIONS
 {
 
   /* text: test code section */
-  . = 0;
+  . = 0x100;
   .text : 
   {
     crt.o(.text)