diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-02 00:55:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-02 00:55:22 +0000 |
commit | 523e2a09237f297e63ffc0fdbc08f3754b59d14e (patch) | |
tree | 16c12c4097457cc90806292886523a06c2d5a6f4 /bfd/aoutx.h | |
parent | aa0864126ec9226f4f300964fa2046759f414d59 (diff) | |
download | gdb-523e2a09237f297e63ffc0fdbc08f3754b59d14e.tar.gz |
Add MIPS V and MIPS 64 machine numbers
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index 388e8d72566..246742f8a3f 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -778,6 +778,8 @@ NAME(aout,machine_type) (arch, machine, unknown) case bfd_mach_mips16: case bfd_mach_mips32: case bfd_mach_mips32_4k: + case bfd_mach_mips5: + case bfd_mach_mips64: /* FIXME: These should be MIPS3, MIPS4, MIPS16, MIPS32, etc. */ arch_flags = M_MIPS2; break; |