From b5503c7b66594da3ea6036c2a76aa42ee1c930c6 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 9 Aug 2011 15:25:32 +0000 Subject: [PATCH] * config/tc-mips.c (mips_cpu_info_table): Add "m14k" and "m14kc". * doc/c-mips.texi (MIPS architecture options): Add "m14k" and "m14kc" to the list of -march options. --- gas/ChangeLog | 8 ++++++++ gas/config/tc-mips.c | 2 ++ gas/doc/c-mips.texi | 2 ++ 3 files changed, 12 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index c2304df..92e77c0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,12 @@ 2011-08-09 Chao-ying Fu + Daniel Jacobowitz + + * config/tc-mips.c (mips_cpu_info_table): Add "m14k" and + "m14kc". + * doc/c-mips.texi (MIPS architecture options): Add "m14k" and + "m14kc" to the list of -march options. + +2011-08-09 Chao-ying Fu Maciej W. Rozycki * config/tc-mips.c (mips_set_options): Add ase_mcu. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index c9b653c..c6fd5c7 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -18963,6 +18963,8 @@ static const struct mips_cpu_info mips_cpu_info_table[] = { "4ksd", MIPS_CPU_ASE_SMARTMIPS, ISA_MIPS32R2, CPU_MIPS32R2 }, { "m4k", 0, ISA_MIPS32R2, CPU_MIPS32R2 }, { "m4kp", 0, ISA_MIPS32R2, CPU_MIPS32R2 }, + { "m14k", MIPS_CPU_ASE_MCU, ISA_MIPS32R2, CPU_MIPS32R2 }, + { "m14kc", MIPS_CPU_ASE_MCU, ISA_MIPS32R2, CPU_MIPS32R2 }, { "24kc", 0, ISA_MIPS32R2, CPU_MIPS32R2 }, { "24kf2_1", 0, ISA_MIPS32R2, CPU_MIPS32R2 }, { "24kf", 0, ISA_MIPS32R2, CPU_MIPS32R2 }, diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 28f31d0..d3860f1 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -288,6 +288,8 @@ rm9000, 4ksd, m4k, m4kp, +m14k, +m14kc, 24kc, 24kf2_1, 24kf, -- 2.7.4