This is the mail archive of the binutils@sources.redhat.com 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]

Re: [updated patch] adding MIPS5 and MIPS64 ISA recognition support


Hi Chris,

: ChangeLog for bfd:
: 
: 2000-10-16  Chris Demetriou  <cgd@sibyte.com>
: 
:         * aoutx.h (NAME(aout,machine_type)): Add cases for
:         bfd_mach_mips5 and bfd_mach_mips64.
:         * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
:         * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
:         * cpu_mips.c (I_mips5, I_mips64): New definitions.
:         (arch_info_struct): Add entries for bfd_mach_mips5 and
:         bfd_mach_mips64.
:         * elf32-mips.c (elf_mips_isa, elf_mips_mach,
:         _bfd_mips_elf_print_private_bfd_data): Add cases for
:         E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
:         (_bfd_mips_elf_final_write_processing): Add cases for
:         bfd_mach_mips5 and bfd_mach_mips64.
: 
: 
: ChangeLog for binutils:
: 
: 2000-10-16  Chris Demetriou  <cgd@sibyte.com>
: 
:         * readelf.c (get_machine_flags): Add cases for E_MIPS_ARCH_5,
:         and E_MIPS_ARCH_64.
: 
: 
: ChangeLog for gas:
: 
: 2000-10-16  Chris Demetriou  <cgd@sibyte.com>
: 
:         * tc-mips.c (ISA_HAS_64BIT_REGS): Add checks for ISA_MIPS5 and
:         ISA_MIPS64.
:         (md_longopts, OPTION_MIPS5, OPTION_MIPS64): Add options for
:         -mips5 and -mips64.
:         (md_parse_option): Add cases for OPTION_MIPS5 and
:         OPTION_MIPS64.
:         (md_show_usage): Mention -mips5 and -mips64 arguments.
:         (s_mipsset): Add cases for MIPS5 and MIPS64.
:         (mips_cpu_info_table): Add entries for MIPS5 and MIPS64 ISAs
:         and pseudo-CPUs.
:         * doc/as.texinfo: Mention -mips5 and -mips64 options
:         and their meanings.
:         * doc/c-mips.texi: Likewise.  Also update introduction
:         and ".set" usage information.
: 
: 
: ChangeLog for include/elf:
: 
: 2000-10-16  Chris Demetriou  <cgd@sibyte.com>
: 
:         * mips.h (E_MIPS_ARCH_5, E_MIPS_ARCH_64): New definitions.
: 
: 
: ChangeLog for include/opcode:
: 
: 2000-10-16  Chris Demetriou  <cgd@sibyte.com>
: 
:         * mips.h (INSN_ISA64, ISA_MIPS5, ISA_MIPS64): New
:         definitions. 
: 
: 
: ChangeLog for opcodes:
: 
: 2000-10-16  Chris Demetriou  <cgd@sibyte.com>
: 
:         * mips-dis.c (set_mips_isa_type): Add cases for
:         bfd_mach_mips5 and bfd_mach_mips64.
:         * mips-opc.c (I64): New definitions.

Approved and applied.

Cheers
	Nick

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