diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-06-08 15:55:36 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-06-08 15:55:36 +0000 |
commit | 22f965a4f8ac7fe97e389ca489faa15cd66041cf (patch) | |
tree | 6e31ee604eb917b0204b692a2a24acd6ed282370 | |
parent | 300d028478a0e0f52fe934488be96acc74e12e44 (diff) | |
download | gdb-22f965a4f8ac7fe97e389ca489faa15cd66041cf.zip gdb-22f965a4f8ac7fe97e389ca489faa15cd66041cf.tar.gz gdb-22f965a4f8ac7fe97e389ca489faa15cd66041cf.tar.bz2 |
* gas/i386/jump.d: Tweak patterns to also match PE platform output.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/jump.d | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 734e19c..38e2b48 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/i386/jump.d b/gas/testsuite/gas/i386/jump.d index 69426f0..eec6499 100644 --- a/gas/testsuite/gas/i386/jump.d +++ b/gas/testsuite/gas/i386/jump.d @@ -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 |