From 52bcd4294be3949be4948f5304f5516331a892ed Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Thu, 5 Jul 2007 13:10:54 -0400 Subject: [PATCH] mips.c (mips_cpu_info): Add 4ksc and 4ksd processors. 2007-07-05 Sandra Loosemore David Ung gcc/ * config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors. * doc/invoke.texi: (MIPS Options): Document them. Co-Authored-By: David Ung From-SVN: r126371 --- gcc/ChangeLog | 7 +++++++ gcc/config/mips/mips.c | 2 ++ gcc/doc/invoke.texi | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2fecaf1c0cb..d76ac02a1e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-07-05 Sandra Loosemore + David Ung + + gcc/ + * config/mips/mips.c (mips_cpu_info): Add 4ksc and 4ksd processors. + * doc/invoke.texi: (MIPS Options): Document them. + 2007-07-05 Sandra Loosemore David Ung diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 7b101e32555..5db2ebcf316 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -766,12 +766,14 @@ const struct mips_cpu_info mips_cpu_info_table[] = { { "4kc", PROCESSOR_4KC, 32 }, { "4km", PROCESSOR_4KC, 32 }, /* = 4kc */ { "4kp", PROCESSOR_4KP, 32 }, + { "4ksc", PROCESSOR_4KC, 32 }, /* MIPS32 Release 2 */ { "m4k", PROCESSOR_M4K, 33 }, { "4kec", PROCESSOR_4KC, 33 }, { "4kem", PROCESSOR_4KC, 33 }, { "4kep", PROCESSOR_4KP, 33 }, + { "4ksd", PROCESSOR_4KC, 33 }, { "24kc", PROCESSOR_24KC, 33 }, { "24kf2_1", PROCESSOR_24KF2_1, 33 }, diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f7523c28b3a..6c5ee50ddfb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11425,8 +11425,8 @@ The ISA names are: @samp{mips1}, @samp{mips2}, @samp{mips3}, @samp{mips4}, @samp{mips32}, @samp{mips32r2}, and @samp{mips64}. The processor names are: -@samp{4kc}, @samp{4km}, @samp{4kp}, -@samp{4kec}, @samp{4kem}, @samp{4kep}, +@samp{4kc}, @samp{4km}, @samp{4kp}, @samp{4ksc}, +@samp{4kec}, @samp{4kem}, @samp{4kep}, @samp{4ksd}, @samp{5kc}, @samp{5kf}, @samp{20kc}, @samp{24kc}, @samp{24kf2_1}, @samp{24kf1_1},