* gas/testsuite/gas/mips/mips16e-jrc.d: Tighten file format
authorThiemo Seufer <ths@networkno.de>
Mon, 14 Nov 2005 11:03:15 +0000 (11:03 +0000)
committerThiemo Seufer <ths@networkno.de>
Mon, 14 Nov 2005 11:03:15 +0000 (11:03 +0000)
check, relax whitespace checking.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips16e-jrc.d

index 275efde..8b13424 100644 (file)
@@ -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.
index 1a739b5..1f34ac7 100644 (file)
@@ -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