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
commitb22c5394005f626023d597818f3d83986b64e874 (patch)
treecc4110f27495f8873cf6d60da37da3538704f4a3 /bfd/aoutx.h
parent523e2a09237f297e63ffc0fdbc08f3754b59d14e (diff)
downloadgdb-b22c5394005f626023d597818f3d83986b64e874.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 246742f8a3f..f8612a87062 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;