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/bfd-in2.h | |
parent | 84ea6cf2c5170547163a4bf09ac2bbb3cd424685 (diff) | |
download | gdb-c6c98b3833d01c45200708006011e5cecd461fac.zip gdb-c6c98b3833d01c45200708006011e5cecd461fac.tar.gz gdb-c6c98b3833d01c45200708006011e5cecd461fac.tar.bz2 |
Add MIPS SB1 machine
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 021e762..03794fa 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1403,6 +1403,7 @@ enum bfd_architecture #define bfd_mach_mips32_4k 3204113 /* 32, 04, octal 'K' */ #define bfd_mach_mips5 5 #define bfd_mach_mips64 64 +#define bfd_mach_mips_sb1 12310201 /* octal 'SB', 01 */ bfd_arch_i386, /* Intel 386 */ #define bfd_mach_i386_i386 0 #define bfd_mach_i386_i8086 1 |