Remove is_n64_ data member from Mips_relobj class.
authorVladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
Fri, 18 Mar 2016 21:54:35 +0000 (14:54 -0700)
committerCary Coutant <ccoutant@gmail.com>
Fri, 18 Mar 2016 21:54:35 +0000 (14:54 -0700)
commit01b84e25533166047340c41a33cc29153e536227
treec08b188812b939e2335bf3ada84cb261603017ae
parent30fab421840b35cdebabc01c5b90a2c1aaaa3912
Remove is_n64_ data member from Mips_relobj class.

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

gold/
* mips.cc (Mips_relobj::is_n64_): Remove.
(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.
elfcpp/ChangeLog
elfcpp/mips.h
gold/ChangeLog
gold/mips.cc
This page took 0.034239 seconds and 4 git commands to generate.