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: tweak cris sim testsuite for larger host environment


The host environment by default is copied to the simulator,
affecting the stack-pointer, affecting the number seen in dumps.
Now supporting 4K of junk^Wvaluable information in the
host environment!

sim/testsuite:
	* sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Tweak
	stack-pointer match pattern for 4K host environment.


Index: x0-v10.ms
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/cris/asm/x0-v10.ms,v
retrieving revision 1.2
diff -u -p -r1.2 x0-v10.ms
--- x0-v10.ms	2 Apr 2006 11:31:41 -0000	1.2
+++ x0-v10.ms	8 Nov 2007 22:04: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[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
+#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[0-9a-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[0-9a-f][0-9a-f][0-9a-f] ixnzvc 1\n
 #sim: --cris-trace=basic
 
  .include "break.ms"
Index: x0-v32.ms
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/cris/asm/x0-v32.ms,v
retrieving revision 1.2
diff -u -p -r1.2 x0-v32.ms
--- x0-v32.ms	2 Apr 2006 11:31:41 -0000	1.2
+++ x0-v32.ms	8 Nov 2007 22:04: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[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
+#output: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3dfff[0-9a-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[0-9a-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]