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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to