Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105758689
D21538.id61844.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
464 B
Referenced Files
None
Subscribers
None
D21538.id61844.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 6:38 AM (16 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15536969
Default Alt Text
D21538.id61844.diff (464 B)
Attached To
Mode
D21538: riscv: Ensure that BSS is 8-byte aligned
Attached
Detach File
Event Timeline
Log In to Comment