aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2005-11-14 11:03:15 +0000
committerThiemo Seufer <ths@networkno.de>2005-11-14 11:03:15 +0000
commit56424b64208bd26f7e7c787b4d0af06287d387e4 (patch)
tree5c447ad44623fe6e19204fae6f26fccd8a5c3395 /gas
parentd8ca90b50724d58ce69125956fd434364f08071f (diff)
downloadgdb-56424b64208bd26f7e7c787b4d0af06287d387e4.zip
gdb-56424b64208bd26f7e7c787b4d0af06287d387e4.tar.gz
gdb-56424b64208bd26f7e7c787b4d0af06287d387e4.tar.bz2
* gas/testsuite/gas/mips/mips16e-jrc.d: Tighten file format
check, relax whitespace checking.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/mips16e-jrc.d20
2 files changed, 16 insertions, 9 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 275efde..8b13424 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-14 Thiemo Seufer <ths@networkno.de>
+
+ * gas/testsuite/gas/mips/mips16e-jrc.d: Tighten file format
+ check, relax whitespace checking.
+
2005-11-14 David Ung <davidu@mips.com>
* gas/mips/mips.exp: Run new save/restore tests.
diff --git a/gas/testsuite/gas/mips/mips16e-jrc.d b/gas/testsuite/gas/mips/mips16e-jrc.d
index 1a739b5..1f34ac7 100644
--- a/gas/testsuite/gas/mips/mips16e-jrc.d
+++ b/gas/testsuite/gas/mips/mips16e-jrc.d
@@ -1,14 +1,16 @@
#objdump: -dr -mmips:isa32 -mmips:16
#as: -march=mips32 -mips16
#name: mips16e jalrc/jrc
-.*: file format .*
+
+.*: +file format .*mips.*
+
Disassembly of section .text:
00000000 <.text>:
- 0: eac0 jalrc v0
- 2: e8a0 jrc ra
- 4: 6a01 li v0,1
- 6: 6500 nop
- 8: 6500 nop
- a: 6500 nop
- c: 6500 nop
- e: 6500 nop
+ 0:[ ]+eac0[ ]+jalrc[ ]+v0
+ 2:[ ]+e8a0[ ]+jrc[ ]+ra
+ 4:[ ]+6a01[ ]+li[ ]+v0,1
+ 6:[ ]+6500[ ]+nop
+ 8:[ ]+6500[ ]+nop
+ a:[ ]+6500[ ]+nop
+ c:[ ]+6500[ ]+nop
+ e:[ ]+6500[ ]+nop