This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Reduce file size for PT_GNU_RELRO segment


On Sun, Mar 29, 2015 at 06:58:45AM -0700, H.J. Lu wrote:
> On Sat, Mar 28, 2015 at 8:48 PM, Alan Modra <amodra@gmail.com> wrote:
> > lang_size_sections).  I think it important that we keep the relro base
> > alignment code all in one place.
> 
> It is not about the base alignment.  It is about setting the address of
> the first section in PT_GNU_RELRO segment, given the addresses
> of PT_GNU_RELRO segment.  It is impossible to set address of the first
> section in PT_GNU_RELRO segment from lang_size_sections.

Look again at the code for exp_dataseg_relro_adjust.  If you change
expld.dataseg.base there you will change addresses of sections in the
relro segment.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]