Page MenuHomeFreeBSD

D21742.1776880360.diff
No OneTemporary

Size
426 B
Referenced Files
None
Subscribers
None

D21742.1776880360.diff

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

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)

Event Timeline