Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153117830
D18429.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
519 B
Referenced Files
None
Subscribers
None
D18429.diff
View Options
Index: head/sys/conf/ldscript.riscv
===================================================================
--- head/sys/conf/ldscript.riscv
+++ head/sys/conf/ldscript.riscv
@@ -87,6 +87,10 @@
.sdata : { *(.sdata) }
_edata = .;
PROVIDE (edata = .);
+ /* 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. */
+ . = .;
__bss_start = .;
.sbss : { *(.sbss) *(.scommon) }
.bss :
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 7:03 AM (11 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31824647
Default Alt Text
D18429.diff (519 B)
Attached To
Mode
D18429: RISC-V: Avoid orphan sections between __bss_start and .(s)bss
Attached
Detach File
Event Timeline
Log In to Comment