diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-12-09 06:08:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-12-09 06:08:45 +0000 |
commit | 0d2e43ed7710692a20f05c471fd346175e2d35ab (patch) | |
tree | 09ba284d3878e6c0b5fd8e88a6ea22b6caf055c0 /bfd/aoutx.h | |
parent | 69881c930f2be4f8a98f195e329d012f8b4b2cc5 (diff) | |
download | gdb-0d2e43ed7710692a20f05c471fd346175e2d35ab.zip gdb-0d2e43ed7710692a20f05c471fd346175e2d35ab.tar.gz gdb-0d2e43ed7710692a20f05c471fd346175e2d35ab.tar.bz2 |
* archures.c: Define bfd_mach_mips9000.
* elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_9000.
(mips_set_isa_flags): Handle bfd_mach_mips9000.
* cpu-mips.c (I_mips9000): Define.
(arch_info_struct): Add case for bfd_mach_mips9000.
* aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mips9000.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index d629d80..34a2870 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -793,6 +793,7 @@ NAME(aout,machine_type) (arch, machine, unknown) case bfd_mach_mips4600: case bfd_mach_mips4650: case bfd_mach_mips8000: + case bfd_mach_mips9000: case bfd_mach_mips10000: case bfd_mach_mips12000: case bfd_mach_mips16: |