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 v2 2/4] gold: Correctly get and put r_info for Mips64el.


Ping.

> ________________________________________
> From: Vladimir Radosavljevic
> Sent: Wednesday, November 18, 2015 7:59 AM
> To: binutils@sourceware.org
> Cc: Petar Jovanovic
> Subject: [PATCH v2 2/4] gold: Correctly get and put r_info for Mips64el.
> 
> Nothing is changed. Patch is in attachment.
> 
> Regards,
> Vladimir.
> 
> Changelog -
> 
> elfcpp/
>         * elfcpp.h (class Rel): Add new constructor.
>         (class Rel_write): Likewise.
>         (class Rela): Likewise.
>         (class Rela_write): Likewise.
>         (Rela::get_r_info): Correctly get r_info for Mips64 little endian.
>         (Rela_write::put_r_info): Correctly put r_info for Mips64 little endian.
> 
> gold/
>         * gc.h (gc_process_relocs): Call new constructor for Reltype.
>         * target-reloc.h (scan_relocs): Likewise.
>         (relocate_section): Likewise.
>         (scan_relocatable_relocs): Likewise.
>         (relocate_relocs): Call new constructor for Reltype and for Reltype_write.
>         * target.h (Target::is_mips64el): New virtual function.

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