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]

Committed: fix for sim/cris/asm/x0-v10.ms and x0-v32.ms


Noticed with a sparc-sun-solaris2.7 host; the environment isn't as big
there, it seems.

	* sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Widen regexp for
	stack pointer values.

Index: sim/cris/asm/x0-v10.ms
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/cris/asm/x0-v10.ms,v
retrieving revision 1.1
diff -p -u -r1.1 x0-v10.ms
--- sim/cris/asm/x0-v10.ms	21 Nov 2005 04:48:19 -0000	1.1
+++ sim/cris/asm/x0-v10.ms	2 Apr 2006 11:11:38 -0000
@@ -1,7 +1,7 @@
 #mach: crisv10
 #ld: --section-start=.text=0
-#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[cde][0-9a-f][0-9a-f] ixnzvc 0\n
-#output: 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[cde][0-9a-f][0-9a-f] ixnzvc 1\n
+#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[c-f][0-9a-f][0-9a-f] ixnzvc 0\n
+#output: 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[c-f][0-9a-f][0-9a-f] ixnzvc 1\n
 #sim: --cris-trace=basic
 
  .include "break.ms"
Index: sim/cris/asm/x0-v32.ms
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/cris/asm/x0-v32.ms,v
retrieving revision 1.1
diff -p -u -r1.1 x0-v32.ms
--- sim/cris/asm/x0-v32.ms	21 Nov 2005 04:48:19 -0000	1.1
+++ sim/cris/asm/x0-v32.ms	2 Apr 2006 11:11:38 -0000
@@ -1,7 +1,7 @@
 #mach: crisv32
 #ld: --section-start=.text=0
-#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[cde][0-9a-f][0-9a-f] ixnzvc 0 0\n
-#output: 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[cde][0-9a-f][0-9a-f] ixnzvc 1 0\n
+#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[c-f][0-9a-f][0-9a-f] ixnzvc 0 0\n
+#output: 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[c-f][0-9a-f][0-9a-f] ixnzvc 1 0\n
 #sim: --cris-trace=basic
 
  .include "break.ms"

brgds, H-P


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