Page MenuHomeFreeBSD

D21538.diff
No OneTemporary

D21538.diff

Index: head/sys/conf/ldscript.riscv
===================================================================
--- head/sys/conf/ldscript.riscv
+++ head/sys/conf/ldscript.riscv
@@ -99,7 +99,7 @@
/* Ensure __bss_start is associated with the next section in case orphan
sections are placed directly after .sdata, as has been seen to happen with
LLD. */
- . = .;
+ . = ALIGN(8);
__bss_start = .;
.sbss : { *(.sbss) *(.scommon) }
.bss :

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 1:29 AM (17 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15536969
Default Alt Text
D21538.diff (464 B)

Event Timeline