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] Fix include in sim/testsuite/sim/mips/mdmx-ob.s


Hello All,

I applied the appended patch, it removes an extraneous incude which
broke the testcase.


Thiemo


Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/ChangeLog,v
retrieving revision 1.11
diff -u -p -r1.11 ChangeLog
--- ChangeLog	8 Nov 2006 12:00:11 -0000	1.11
+++ ChangeLog	13 Feb 2007 19:00:00 -0000
@@ -1,3 +1,7 @@
+2007-02-13  Thiemo Seufer  <ths@mips.com>
+
+	* mdmx-ob.s: Delete extraneous include.
+
 2006-11-08  Thiemo Seufer  <ths@mips.com>
 
 	* basic.exp: Fix spelling in comment. Use canonical form of target
Index: mdmx-ob.s
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/mdmx-ob.s,v
retrieving revision 1.1
diff -u -p -r1.1 mdmx-ob.s
--- mdmx-ob.s	11 Apr 2004 06:28:08 -0000	1.1
+++ mdmx-ob.s	13 Feb 2007 19:00:00 -0000
@@ -6,7 +6,6 @@
 # output:	*\\npass\\n
 
 	.include "testutils.inc"
-	.include "utils-fpu.inc"
 	.include "utils-mdmx.inc"
 
 	setup


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