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