[include/elf]
commit5ba4f0caefd51847f8977b861a16c17617c4f7f0
authorRichard Sandiford <rsandifo@nildram.co.uk>
Mon, 30 Sep 2002 11:53:56 +0000 (30 11:53 +0000)
committerRichard Sandiford <rsandifo@nildram.co.uk>
Mon, 30 Sep 2002 11:53:56 +0000 (30 11:53 +0000)
tree9ab179688ad6cb049e227bfc67291863c8a0ceaf
parentfd1bde5de0151465f44873ec58c4497493fac3ad
[include/elf]
* mips.h (E_MIPS_MACH_4120, E_MIPS_MACH_5400, E_MIPS_MACH_5500): New.

[bfd/]
* archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
(bfd_mach_mips5500): New.
* cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
(arch_info_struct): Add corresponding entries here.
* elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
(_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
bfd_mach_mips5400 and bfd_mach_mips5500.
(_bfd_mips_elf_mach_extends_p): New function.
(_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
the EF_MIPS_MACH flags.
* bfd-in2.h: Regenerate.
bfd/ChangeLog
bfd/archures.c
bfd/bfd-in2.h
bfd/cpu-mips.c
bfd/elfxx-mips.c
include/elf/ChangeLog
include/elf/mips.h