Update to new privileged spec
[riscv-tests.git] / benchmarks / common / test.ld
index 438581cb6b04d9b754b09840d7b4e60dd61d60c1..816c948d691519d2f56e2fe22e553969cabcc949 100644 (file)
 
 OUTPUT_ARCH( "riscv" )
 
-/* The ENTRY command specifies the entry point (ie. first instruction
-   to execute). The symbol _start should be defined in each test. */
-
-ENTRY( _start )
-
 /*----------------------------------------------------------------------*/
 /* Sections                                                             */
 /*----------------------------------------------------------------------*/
@@ -26,7 +21,7 @@ SECTIONS
 {
 
   /* text: test code section */
-  . = 0x00002000;
+  . = 0;
   .text : 
   {
     crt.o(.text)