This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: 2.30 Branch Planned for Friday...
On Thu, Jan 11, 2018 at 6:15 PM, Alan Modra <amodra@gmail.com> wrote:
> On Thu, Jan 11, 2018 at 08:30:47AM -0800, H.J. Lu wrote:
>> Can you take a look at my patches on users/hjl/pr22393/master branch at
>
> Looks good to me. I was going to do something similar but was trying
> to sort out nacl SEPARATE_CODE first, but that can go in later as a
> refinement.
>
> I notice you have used MAXPAGESIZE for the alignment. That is the
> safest way to go, but will result in large binaries. Deliberate
> choice?
Yes, it is done on purpose. Otherwise, we need to set a larger
common-page-size if we want a larger page.
I do have 2 followup patches.
1. Default max-page-size to common-page-size if -z separate-page-size
is used.
2. Pad code segment with NOPs, instead zeros.
I hope I can get them into 2.30.
--
H.J.