public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Add support for -march=rm9000 to gas
@ 2004-12-09  6:17 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2004-12-09  6:17 UTC (permalink / raw)
  To: binutils

This simple patch makes gas mark -march=rm9000 files as rm9000 rather
than rm7000.  I am about to commit this.

Ian


2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>

	* config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
	use CPU_RM9000.


Index: config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.274
diff -u -r1.274 tc-mips.c
--- config/tc-mips.c	10 Nov 2004 03:28:45 -0000	1.274
+++ config/tc-mips.c	9 Dec 2004 06:14:21 -0000
@@ -13820,7 +13820,7 @@
   { "rm5261",         0,      ISA_MIPS4,      CPU_R5000 },
   { "rm5721",         0,      ISA_MIPS4,      CPU_R5000 },
   { "rm7000",         0,      ISA_MIPS4,      CPU_RM7000 },
-  { "rm9000",         0,      ISA_MIPS4,      CPU_RM7000 },
+  { "rm9000",         0,      ISA_MIPS4,      CPU_RM9000 },
 
   /* MIPS 32 */
   { "4kc",            0,      ISA_MIPS32,     CPU_MIPS32 },

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-09  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-09  6:17 Add support for -march=rm9000 to gas Ian Lance Taylor

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