diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-08-09 15:25:32 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-08-09 15:25:32 +0000 |
commit | b5503c7b66594da3ea6036c2a76aa42ee1c930c6 (patch) | |
tree | bb741278f640877836290648db56d0fa7abb15d8 /gas/config/tc-mips.c | |
parent | dec0624dcd4590d55fad203497fcdcef4ce292e3 (diff) | |
download | gdb-b5503c7b66594da3ea6036c2a76aa42ee1c930c6.zip gdb-b5503c7b66594da3ea6036c2a76aa42ee1c930c6.tar.gz gdb-b5503c7b66594da3ea6036c2a76aa42ee1c930c6.tar.bz2 |
* 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.
Diffstat (limited to 'gas/config/tc-mips.c')
-rw-r--r-- | gas/config/tc-mips.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 }, |