WIP multicore testing.
[riscv-tests.git] / debug / targets / RISC-V / spike64.lds
index dc7cb63a86f9ddce9a662f0a6d09033bdfe046d3..2e7d65d177f8ef470a4b4da54769f5b3b3f777eb 100755 (executable)
@@ -20,11 +20,13 @@ SECTIONS
   }
 
   /* bss segment */
+  __bss_start = .;
   .sbss : {
     *(.sbss .sbss.* .gnu.linkonce.sb.*)
     *(.scommon)
   }
   .bss : { *(.bss) }
+  __bss_end = .;
 
   __malloc_start = .;
   . = . + 512;