CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/27 15:39:55
Modified files:
sys/arch/arm64/conf: kern.ldscript
sys/arch/riscv64/conf: kern.ldscript
Log message:
Make sure __bss_start is aligned on an 8-byte boundary. This makes sure
zeroing out .bss doesn't overrun and overwrite the ELF symbol table.
ok patrick@
