diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2006-04-02 11:31:41 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2006-04-02 11:31:41 +0000 |
commit | 4369b6eb6ec890ee344e6f537ff70259f1c19f8e (patch) | |
tree | 7b79015fa5a9f0b8f022d11407b4e77db555c3fa /sim | |
parent | 5cc2204a4e0bef1b5c70891288eb8fbd467da665 (diff) | |
download | gdb-4369b6eb6ec890ee344e6f537ff70259f1c19f8e.zip gdb-4369b6eb6ec890ee344e6f537ff70259f1c19f8e.tar.gz gdb-4369b6eb6ec890ee344e6f537ff70259f1c19f8e.tar.bz2 |
* sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Widen regexp for
stack pointer values.
Diffstat (limited to 'sim')
-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 06c27c2..5d51da4 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-04-02 Hans-Peter Nilsson <hp@axis.com> + + * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Widen regexp for + stack pointer values. + 2006-02-23 Hans-Peter Nilsson <hp@axis.com> * sim/cris/c/time2.c: New test. diff --git a/sim/testsuite/sim/cris/asm/x0-v10.ms b/sim/testsuite/sim/cris/asm/x0-v10.ms index 4ead73e..d8fa109 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[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" diff --git a/sim/testsuite/sim/cris/asm/x0-v32.ms b/sim/testsuite/sim/cris/asm/x0-v32.ms index a707f6d..7aafa62 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[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" |