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] gold: Remove ei_class from mips.cc.


elfcpp/
>     * mips.h (abi_64): Remove.

gold/
>     * mips.cc (Mips_relobj::is_n64_): Likewise.
>     (Target_mips::ei_class_): Likewise.
>     (Mips_relobj::is_newabi): Call methods.
>     (Mips_relobj::is_n64): Change checking for N64 ABI.
>     (Target_mips::is_output_n64): Likewise.
>     (Target_mips::merge_processor_specific_flags): Remove ei_class
>     argument, and remove comparing ei_class.
>     (Target_mips::do_adjust_elf_header): Remove setting EI_CLASS field
>     of the ELF header.
>     (Target_mips::do_finalize_sections): Don't pass ei_class argument
>     to merge_processor_specific_flags.
>     (Target_mips::elf_mips_abi_name): Remove ei_class argument, and
>     change checking for N64 ABI.

Thanks! I've committed this patch on your behalf.

-cary


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