https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69429

--- Comment #4 from joakim.tjernlund at transmode dot se <joakim.tjernlund at 
transmode dot se> ---
(In reply to Jakub Jelinek from comment #3)
> Because most of the powerpc distros now use 64KB page size instead of 4KB,
> so having only 4KB common page size means security protection of relro area
> usually does not work or covers smaller amount of data.
> You can probably use -z common-page-size=4096 if you are sure you are never
> going to run your binaries on a kernel with 64KB pages.

Even for ppc32? It would be good with a configure option for ppc32 to
have 4KB pages by default as it can be cumbersome to pass -z
common-page-size=4096
for all apps/libs built for ppc32

Reply via email to