public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: M14K/c core support
@ 2011-08-03 14:52 Maciej W. Rozycki
  2011-08-07  9:10 ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2011-08-03 14:52 UTC (permalink / raw)
  To: Richard Sandiford
  Cc: binutils, Chao-ying Fu, Rich Fuhler, David Lau, Kevin Mills,
	Ilie Garbacea, Catherine Moore, Nathan Sidwell, Joseph Myers

Hi,

 This change, split off from the original microMIPS submission, adds 
support for the M14K and M14Kc cores.  OK to apply?

gas/
2011-08-03  Chao-ying Fu  <fu@mips.com>
            Daniel Jacobowitz  <dan@codesourcery.com>

	* 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.

  Maciej

binutils-m14k.diff
Index: binutils-fsf-trunk-quilt/gas/config/tc-mips.c
===================================================================
--- binutils-fsf-trunk-quilt.orig/gas/config/tc-mips.c	2011-08-03 01:17:48.000000000 +0100
+++ binutils-fsf-trunk-quilt/gas/config/tc-mips.c	2011-08-03 13:58:48.000000000 +0100
@@ -18954,6 +18954,8 @@ static const struct mips_cpu_info mips_c
   { "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 },
Index: binutils-fsf-trunk-quilt/gas/doc/c-mips.texi
===================================================================
--- binutils-fsf-trunk-quilt.orig/gas/doc/c-mips.texi	2011-08-03 01:17:48.000000000 +0100
+++ binutils-fsf-trunk-quilt/gas/doc/c-mips.texi	2011-08-03 13:58:48.000000000 +0100
@@ -288,6 +288,8 @@ rm9000,
 4ksd,
 m4k,
 m4kp,
+m14k,
+m14kc,
 24kc,
 24kf2_1,
 24kf,

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

* Re: [PATCH] MIPS: M14K/c core support
  2011-08-03 14:52 [PATCH] MIPS: M14K/c core support Maciej W. Rozycki
@ 2011-08-07  9:10 ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2011-08-07  9:10 UTC (permalink / raw)
  To: Maciej W. Rozycki
  Cc: binutils, Chao-ying Fu, Rich Fuhler, David Lau, Kevin Mills,
	Ilie Garbacea, Catherine Moore, Nathan Sidwell, Joseph Myers

"Maciej W. Rozycki" <macro@codesourcery.com> writes:
> gas/
> 2011-08-03  Chao-ying Fu  <fu@mips.com>
>             Daniel Jacobowitz  <dan@codesourcery.com>
>
> 	* 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.

OK, thanks.

Richard

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

end of thread, other threads:[~2011-08-07  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03 14:52 [PATCH] MIPS: M14K/c core support Maciej W. Rozycki
2011-08-07  9:10 ` Richard Sandiford

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).