public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] MIPS gas 74K[cfx] support
@ 2007-02-20 15:05 Thiemo Seufer
  2007-02-20 15:07 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2007-02-20 15:05 UTC (permalink / raw)
  To: binutils

Hello All,

I applied the appended patch, it adds support for the 74Kc/74Kf/74Kx
cores.


Thiemo


2007-02-20  Thiemo Seufer  <ths@mips.com>

	* config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.

Index: config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.363
diff -u -p -r1.363 tc-mips.c
--- config/tc-mips.c	20 Feb 2007 13:28:52 -0000	1.363
+++ config/tc-mips.c	20 Feb 2007 14:47:42 -0000
@@ -14681,17 +14681,24 @@ static const struct mips_cpu_info mips_c
   { "24kc",           0,			ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "24kf",           0,			ISA_MIPS32R2,   CPU_MIPS32R2 },
   { "24kx",           0,			ISA_MIPS32R2,   CPU_MIPS32R2 },
-  /* 24ke is a 24k with DSP ASE, other ASEs are optional.  */
+  /* 24KE is a 24K with DSP ASE, other ASEs are optional.  */
   { "24kec",          MIPS_CPU_ASE_DSP,		ISA_MIPS32R2,	CPU_MIPS32R2 },
   { "24kef",          MIPS_CPU_ASE_DSP,		ISA_MIPS32R2,	CPU_MIPS32R2 },
   { "24kex",          MIPS_CPU_ASE_DSP,		ISA_MIPS32R2,	CPU_MIPS32R2 },
-  /* 34k is a 24k with DSP and MT ASE, other ASEs are optional.  */
+  /* 34K is a 24K with DSP and MT ASE, other ASEs are optional.  */
   { "34kc",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT,
 						ISA_MIPS32R2,	CPU_MIPS32R2 },
   { "34kf",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT,
 						ISA_MIPS32R2,	CPU_MIPS32R2 },
   { "34kx",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_MT,
 						ISA_MIPS32R2,	CPU_MIPS32R2 },
+  /* 74K with DSP and DSPR2 ASE, other ASEs are optional.  */
+  { "74kc",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2,
+						ISA_MIPS32R2,	CPU_MIPS32R2 },
+  { "74kf",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2,
+						ISA_MIPS32R2,	CPU_MIPS32R2 },
+  { "74kx",           MIPS_CPU_ASE_DSP | MIPS_CPU_ASE_DSPR2,
+						ISA_MIPS32R2,	CPU_MIPS32R2 },
 
   /* MIPS 64 */
   { "5kc",            0,			ISA_MIPS64,	CPU_MIPS64 },

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS gas 74K[cfx] support
  2007-02-20 15:05 [PATCH] MIPS gas 74K[cfx] support Thiemo Seufer
@ 2007-02-20 15:07 ` Thiemo Seufer
  0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2007-02-20 15:07 UTC (permalink / raw)
  To: binutils

Thiemo Seufer wrote:
> Hello All,
> 
> I applied the appended patch, it adds support for the 74Kc/74Kf/74Kx
> cores.
> 
> 
> Thiemo
> 
> 
> 2007-02-20  Thiemo Seufer  <ths@mips.com>
> 
> 	* config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.

.. and document it.


Thiemo


2007-02-20  Thiemo Seufer  <ths@mips.com>

	* doc/c-mips.texi: Document 74kc, 74kf, 74kx.

Index: doc/c-mips.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-mips.texi,v
retrieving revision 1.40
diff -u -p -r1.40 c-mips.texi
--- doc/c-mips.texi	20 Feb 2007 13:28:52 -0000	1.40
+++ doc/c-mips.texi	20 Feb 2007 15:02:57 -0000
@@ -245,6 +245,9 @@ m4kp,
 34kc,
 34kf,
 34kx,
+74kc,
+74kf,
+74kx,
 5kc,
 5kf,
 20kc,

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-20 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20 15:05 [PATCH] MIPS gas 74K[cfx] support Thiemo Seufer
2007-02-20 15:07 ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).