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