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] S/390: Fix two issues with the IFUNC optimized mem* routines


On Sat, Sep 1, 2012 at 9:51 AM, Richard Henderson <rth@twiddle.net> wrote:
> On 2012-08-31 11:09, H.J. Lu wrote:
>> This is an excellent idea.  But  relax_section is too late for
>> x86 and x86-64.  I need to do it in size_dynamic_sections
>> so that we can get proper GOT entries.
>
> It's not too late.  Look at some of the other ports.
>

It may work for other targets.  But x86 doesn't have a relax
pass.  I believe doing it in size_dynamic_sections is more
sensible.


-- 
H.J.


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