* i386/relax-1.d: Generalize regexes a bit.
authorDave Korn <dave.korn@artimi.com>
Tue, 26 Oct 2010 17:36:05 +0000 (17:36 +0000)
committerDave Korn <dave.korn@artimi.com>
Tue, 26 Oct 2010 17:36:05 +0000 (17:36 +0000)
* i386/relax-2.d: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/relax-1.d
gas/testsuite/gas/i386/relax-2.d

index 9e4a502e6157e1b8f29c51f2000edcbca351c008..73a0c151d41f75236cdad29015e7458fc973e5f8 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-26  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * gas/i386/relax-1.d: Generalize regexes a bit.
+       * gas/i386/relax-2.d: Likewise.
+
 2010-10-25  Chao-ying Fu  <fu@mips.com>
 
        * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s: Add madd, maddu, msub,
index 9075d760fbc2218c8deb20a2156077cbc32a1e51..13a1616bc202189cff72fb538d47de52fec6420b 100644 (file)
@@ -8,9 +8,9 @@ Disassembly of section .text:
 
 0+ <.text>:
 #...
-   e:  e9 8d 00 00 00          jmp    0xa0
+   e:  e9 8d 00 00 00          jmp    (0x)?a0( .*)?
 #...
-  21:  eb 7d                   jmp    0xa0
+  21:  eb 7d                   jmp    (0x)?a0( .*)?
 #...
   a0:  90                      nop
 #pass
index f04e71d99d3d3331ace5ff943ee43a3d3c53cfd6..e31fd20d09c7e5ddb39f311816fe82ab35516f48 100644 (file)
@@ -8,9 +8,9 @@ Disassembly of section .text:
 
 0+ <.text>:
 #...
-  38:  0f 85 88 00 00 00       jne    0xc6
+  38:  0f 85 88 00 00 00       jne    (0x)?c6( .*)?
 #...
-  48:  75 7c                   jne    0xc6
+  48:  75 7c                   jne    (0x)?c6( .*)?
 #...
   c6:  90                      nop
 #pass
This page took 0.036422 seconds and 4 git commands to generate.