* gas/i386/jump.d: Tweak patterns to also match PE platform output.
authorDave Korn <dave.korn@artimi.com>
Mon, 8 Jun 2009 15:55:36 +0000 (15:55 +0000)
committerDave Korn <dave.korn@artimi.com>
Mon, 8 Jun 2009 15:55:36 +0000 (15:55 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/jump.d

index 734e19cde242f5dfcd66510e45e5e9db3c342833..38e2b4803791474163ad49c78b581e6f34536653 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-08  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * gas/i386/jump.d:  Tweak patterns to also match PE platform output.
+
 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/10198
index 69426f02b3cc585cb74e85d49ea6fb27c15d756e..eec6499fd3292eb28ba23ec1ca51cb4d44d0519e 100644 (file)
@@ -32,8 +32,8 @@ Disassembly of section .text:
 [      ]*[a-f0-9]+:    66 ff 23                jmpw   \*\(%ebx\)
 [      ]*[a-f0-9]+:    ff 23                   jmp    \*\(%ebx\)
 [      ]*[a-f0-9]+:    ff 2b                   ljmp   \*\(%ebx\)
-[      ]*[a-f0-9]+:    eb 00                   jmp    0x7b
+[      ]*[a-f0-9]+:    eb 00                   jmp    (0x)?7b( <.text(\+0x7b)?>)?
 [      ]*[a-f0-9]+:    90                      nop
-[      ]*[a-f0-9]+:    eb 00                   jmp    0x7e
+[      ]*[a-f0-9]+:    eb 00                   jmp    (0x)?7e( <.text(\+0x7e)?>)?
 [      ]*[a-f0-9]+:    90                      nop
 #pass
This page took 0.02724 seconds and 4 git commands to generate.