Improve RVC test
[riscv-tests.git] / benchmarks / common / test.ld
index ada0862d7464dc01b828aa5f8849b3166dbc58c8..4f8892ee25f7600018b6bfe178029b2492382f86 100644 (file)
@@ -25,7 +25,8 @@ SECTIONS
   . = 0x80000000;
   .text.init : { *(.text.init) }
 
-  .tohost ALIGN(0x1000) : { *(.tohost) }
+  . = ALIGN(0x1000);
+  .tohost : { *(.tohost) }
 
   .text : { *(.text) }