This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

[PATCH] Run sim/testsuite/sim/mips/mips32-dsp.s only for MIPS*R2


Hello All,

I applied the appended patch, it runs the DSP testcase only for release
2 architectures. There exists no release 1 CPU with DSP ASE, and the
toolchain defaults reflect that.


Thiemo


Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/ChangeLog,v
retrieving revision 1.12
diff -u -p -r1.12 ChangeLog
--- ChangeLog	13 Feb 2007 19:07:36 -0000	1.12
+++ ChangeLog	13 Feb 2007 19:09:29 -0000
@@ -1,5 +1,9 @@
 2007-02-13  Thiemo Seufer  <ths@mips.com>
 
+	* mips32-dsp.s: Run DSP testcase only for release 2 architecture.
+
+2007-02-13  Thiemo Seufer  <ths@mips.com>
+
 	* mdmx-ob.s: Delete extraneous include.
 
 2006-11-08  Thiemo Seufer  <ths@mips.com>
Index: mips32-dsp.s
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/mips32-dsp.s,v
retrieving revision 1.2
diff -u -p -r1.2 mips32-dsp.s
--- mips32-dsp.s	15 May 2006 20:34:56 -0000	1.2
+++ mips32-dsp.s	13 Feb 2007 19:09:29 -0000
@@ -1,5 +1,5 @@
 # MIPS32 DSP ASE test
-# mach:  mips32 mips64
+# mach:  mips32r2 mips64r2
 #as:		-mdsp
 #ld:		-N -Ttext=0x80010000
 #output:	*\\npass\\n


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