summaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-02 01:10:33 +0000
committerNick Clifton <nickc@redhat.com>2000-12-02 01:10:33 +0000
commitaa2d8281bae172ab71602bae8f400a2ec768401a (patch)
tree6bbe75bda52920847ab279936805e5d599e0da7a /bfd/aoutx.h
parent3b68d836d040fbf830705519aa9412746f9c4ed8 (diff)
downloadbinutils-redhat-aa2d8281bae172ab71602bae8f400a2ec768401a.tar.gz
Add MIPS SB1 machine
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 246742f8a3..f8612a8706 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -780,6 +780,7 @@ NAME(aout,machine_type) (arch, machine, unknown)
case bfd_mach_mips32_4k:
case bfd_mach_mips5:
case bfd_mach_mips64:
+ case bfd_mach_mips_sb1:
/* FIXME: These should be MIPS3, MIPS4, MIPS16, MIPS32, etc. */
arch_flags = M_MIPS2;
break;