diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-11-08 22:12:27 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2007-11-08 22:12:27 +0000 |
commit | bf31154ff37bf7670cd3a51a31c58e32bf62bf83 (patch) | |
tree | e31231c1e441f7c540636c327b826711c21a1b60 | |
parent | 85bc6eddac7e219c21cc1a00cb79fce2ea512091 (diff) | |
download | fsf-binutils-gdb-bf31154ff37bf7670cd3a51a31c58e32bf62bf83.zip fsf-binutils-gdb-bf31154ff37bf7670cd3a51a31c58e32bf62bf83.tar.gz fsf-binutils-gdb-bf31154ff37bf7670cd3a51a31c58e32bf62bf83.tar.bz2 |
* sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Tweak
stack-pointer match pattern for 4K host environment.
-rw-r--r-- | sim/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/asm/x0-v10.ms | 4 | ||||
-rw-r--r-- | sim/testsuite/sim/cris/asm/x0-v32.ms | 4 |
3 files changed, 9 insertions, 4 deletions
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 <hp@axis.com> + + * 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 <edgar@axis.com> Hans-Peter Nilsson <hp@axis.com> 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" |