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 | aa2d8281bae172ab71602bae8f400a2ec768401a (patch) | |
tree | 6bbe75bda52920847ab279936805e5d599e0da7a /bfd/archures.c | |
parent | 3b68d836d040fbf830705519aa9412746f9c4ed8 (diff) | |
download | binutils-redhat-aa2d8281bae172ab71602bae8f400a2ec768401a.tar.gz |
Add MIPS SB1 machine
Diffstat (limited to 'bfd/archures.c')
-rw-r--r-- | bfd/archures.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/archures.c b/bfd/archures.c index 1361be9550..5bc744a6f6 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -135,6 +135,7 @@ DESCRIPTION .#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 |