[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/14356] -z max-page-size doesn't change PT_LOAD's p_align
From: |
mh-sourceware at glandium dot org |
Subject: |
[Bug gold/14356] -z max-page-size doesn't change PT_LOAD's p_align |
Date: |
Thu, 12 Jul 2012 07:59:25 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=14356
--- Comment #1 from Mike Hommey <mh-sourceware at glandium dot org> 2012-07-12
07:59:25 UTC ---
It also looks like -z max-page-size doesn't work properly when targetting arm:
LOAD 0x000000 0x00000000 0x00000000 0x538cc 0x538cc R E 0x1000
LOAD 0x054000 0x00054000 0x00054000 0x019dc 0x01d54 RW 0x1000
(built with -Wl,-z,max-page-size=0x8000)
Same library built with bfd ld, with the same flags:
LOAD 0x000000 0x00000000 0x00000000 0x5354c 0x5354c R E 0x8000
LOAD 0x054000 0x0005c000 0x0005c000 0x01994 0x01d0c RW 0x8000
I'd expect a similar gap between the two PT_LOADs with gold.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.