diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-23 17:26:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-23 17:26:39 +0000 |
commit | ffa9dc2c1cb07fdcd0dc55aa21a68db8b2b8230f (patch) | |
tree | 59fa79090d447fe4592c7fedf0d33c45efb141d7 /include/opcode/mips.h | |
parent | 7b9a10a60c6a3e921316d708b09219ed1813b506 (diff) | |
download | cygnal-ffa9dc2c1cb07fdcd0dc55aa21a68db8b2b8230f.tar.gz cygnal-ffa9dc2c1cb07fdcd0dc55aa21a68db8b2b8230f.tar.bz2 cygnal-ffa9dc2c1cb07fdcd0dc55aa21a68db8b2b8230f.zip |
Add MIPS r12k support
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index d90b0e05e..7fd4703e5 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -358,6 +358,7 @@ struct mips_opcode #define CPU_R6000 6000 #define CPU_R8000 8000 #define CPU_R10000 10000 +#define CPU_R12000 12000 #define CPU_MIPS16 16 #define CPU_MIPS32 32 #define CPU_MIPS32_4K 3204113 /* 32, 04, octal 'K'. */ |