Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144900380
D21742.1776880360.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
D21742.1776880360.diff
View Options
Index: sys/conf/ldscript.arm
===================================================================
--- sys/conf/ldscript.arm
+++ sys/conf/ldscript.arm
@@ -76,7 +76,7 @@
/* Adjust the address for the data segment. We want to adjust up to
the same address within the page on the next page up. */
- . = ALIGN(0x1000) + (. & (0x1000 - 1)) ;
+ . = DATA_SEGMENT_ALIGN(0x1000, 0x1000);
.data :
{
*(.data)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 5:52 PM (5 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28409699
Default Alt Text
D21742.1776880360.diff (426 B)
Attached To
Mode
D21742: Align .data segment with DATA_SEGMENT_ALIGN(0x1000, 0x1000) instead ofALIGN(0x1000) + (. & (0x1000 - 1)).
Attached
Detach File
Event Timeline
Log In to Comment