aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2005-06-07 12:09:26 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2005-06-07 12:09:26 +0000
commit32b26a03e493ab423f3921684ab2273ce35cd089 (patch)
tree2116883ad87b4a2eedb71c5fdfcad499f7ea6b85 /gas/config/tc-mips.c
parent5e8183185b1de7625790ca8d065d4a25d1dc27c9 (diff)
downloadfsf-binutils-gdb-32b26a03e493ab423f3921684ab2273ce35cd089.zip
fsf-binutils-gdb-32b26a03e493ab423f3921684ab2273ce35cd089.tar.gz
fsf-binutils-gdb-32b26a03e493ab423f3921684ab2273ce35cd089.tar.bz2
* config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
24kc, 24kf and 24kfx under MIPS32 release 2.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r--gas/config/tc-mips.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index fb256e4..2afebfb 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -13778,6 +13778,13 @@ static const struct mips_cpu_info mips_cpu_info_table[] =
{ "4km", 0, ISA_MIPS32, CPU_MIPS32 },
{ "4kp", 0, ISA_MIPS32, CPU_MIPS32 },
+ /* MIPS32 Release 2 */
+ { "m4k", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
+ { "24k", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
+ { "24kc", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
+ { "24kf", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
+ { "24kx", 0, ISA_MIPS32R2, CPU_MIPS32R2 },
+
/* MIPS 64 */
{ "5kc", 0, ISA_MIPS64, CPU_MIPS64 },
{ "20kc", 0, ISA_MIPS64, CPU_MIPS64 },