bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/29448] aarch64: "has a LOAD segment with RWX permissions"


From: pinskia at gcc dot gnu.org
Subject: [Bug ld/29448] aarch64: "has a LOAD segment with RWX permissions"
Date: Wed, 24 Aug 2022 04:37:12 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29448

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The reasoning is because the max "page size" on aarch64 is set to 64k so there
is only one segment. 

Either change the " . = ALIGN((1 << (12)));" to " . = ALIGN((1 << (14)));"
Or use "-z max-page-size=4096" .

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]