From: Hans-Peter Nilsson Date: Thu, 8 Nov 2007 22:12:27 +0000 (+0000) Subject: * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Tweak X-Git-Tag: sid-snapshot-20071201~209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf31154ff37bf7670cd3a51a31c58e32bf62bf83;p=external%2Fbinutils.git * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Tweak stack-pointer match pattern for 4K host environment. --- diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index eb6ebf3..91c5484 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-11-08 Hans-Peter Nilsson + + * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Tweak + stack-pointer match pattern for 4K host environment. + 2007-10-22 Edgar E. Iglesias Hans-Peter Nilsson diff --git a/sim/testsuite/sim/cris/asm/x0-v10.ms b/sim/testsuite/sim/cris/asm/x0-v10.ms index d8fa109..432819a 100644 --- a/sim/testsuite/sim/cris/asm/x0-v10.ms +++ b/sim/testsuite/sim/cris/asm/x0-v10.ms @@ -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" diff --git a/sim/testsuite/sim/cris/asm/x0-v32.ms b/sim/testsuite/sim/cris/asm/x0-v32.ms index 7aafa62..bbcb0ec 100644 --- a/sim/testsuite/sim/cris/asm/x0-v32.ms +++ b/sim/testsuite/sim/cris/asm/x0-v32.ms @@ -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"