summaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-02 00:55:22 +0000
committerNick Clifton <nickc@redhat.com>2000-12-02 00:55:22 +0000
commit3b68d836d040fbf830705519aa9412746f9c4ed8 (patch)
tree6828d33eb300c8b50add8ef6f8f4e9e0e569ec42 /bfd/aoutx.h
parentb4f2b5de741089be4f6683aa7ed3a09cb6ae6107 (diff)
downloadbinutils-redhat-3b68d836d040fbf830705519aa9412746f9c4ed8.tar.gz
Add MIPS V and MIPS 64 machine numbers
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 388e8d7256..246742f8a3 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;