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][gold] Mips: Add support for resolving multiple consecutive relocations


> This patch adds support for resolving multiple consecutive relocations with
> the same offset.

I've committed the mips.cc part of this patch, with the change I
suggested to calculate reloc_count from relinfo.

2017-03-15  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>

gold/
        * mips.cc (Target_mips::Relocate::calculated_value_): New data
        member.
        (Target_mips::Relocate::calculate_only_): Likewise.
        (Target_mips::Relocate::relocate): Handle multiple consecutive
        relocations with the same offset.

-cary


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