This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to add rm7000/rm9000 support


Richard Sandiford <rsandifo@talisman.cambridge.redhat.com> writes:
> This patch adds support for the rm7000 and rm9000.  Approved by Eric
> (many moons ago), finally committed.

I forgot about this bit...

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.1839
diff -u -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.1839 ChangeLog
--- ChangeLog	15 Jul 2003 07:50:38 -0000	1.1839
+++ ChangeLog	15 Jul 2003 09:02:24 -0000
@@ -2,6 +2,7 @@ 2003-07-15  Richard Sandiford  <rsandifo
 
 	* config/tc-mips.c (hilo_interlocks): True for CPU_RM7000.
 	(mips_cpu_info_table): Add rm7000 and rm9000 entries.
+	* doc/c-mips.texi: Document -march=rm9000.
 
 2003-07-15  Alan Modra  <amodra@bigpond.net.au>
 
Index: doc/c-mips.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-mips.texi,v
retrieving revision 1.26
diff -u -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.26 c-mips.texi
--- doc/c-mips.texi	2 Jan 2003 20:03:08 -0000	1.26
+++ doc/c-mips.texi	15 Jul 2003 09:02:24 -0000
@@ -178,6 +178,7 @@ vr5500,
 6000,
 rm7000,
 8000,
+rm9000,
 10000,
 12000,
 mips32-4k,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]