diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-02 01:10:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-02 01:10:33 +0000 |
commit | c6c98b3833d01c45200708006011e5cecd461fac (patch) | |
tree | c07dc1c4a235bd50c648bec5d6adbc70a0c844ef /bfd/aoutx.h | |
parent | 84ea6cf2c5170547163a4bf09ac2bbb3cd424685 (diff) | |
download | gdb-c6c98b3833d01c45200708006011e5cecd461fac.zip gdb-c6c98b3833d01c45200708006011e5cecd461fac.tar.gz gdb-c6c98b3833d01c45200708006011e5cecd461fac.tar.bz2 |
Add MIPS SB1 machine
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 246742f..f8612a8 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; |