aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2010-10-26 17:36:05 +0000
committerDave Korn <dave.korn@artimi.com>2010-10-26 17:36:05 +0000
commita67f917e4c10a7e12f3b6d2d212ecd28877ac6e6 (patch)
treea8147a3788de1acfbd83e12024a9219310a28c6d /gas
parent558b1900b0750489aaedeeb5ad173ce7331db68f (diff)
downloadgdb-a67f917e4c10a7e12f3b6d2d212ecd28877ac6e6.zip
gdb-a67f917e4c10a7e12f3b6d2d212ecd28877ac6e6.tar.gz
gdb-a67f917e4c10a7e12f3b6d2d212ecd28877ac6e6.tar.bz2
* i386/relax-1.d: Generalize regexes a bit.
* i386/relax-2.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/i386/relax-1.d4
-rw-r--r--gas/testsuite/gas/i386/relax-2.d4
3 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 9e4a502..73a0c15 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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,
diff --git a/gas/testsuite/gas/i386/relax-1.d b/gas/testsuite/gas/i386/relax-1.d
index 9075d76..13a1616 100644
--- a/gas/testsuite/gas/i386/relax-1.d
+++ b/gas/testsuite/gas/i386/relax-1.d
@@ -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
diff --git a/gas/testsuite/gas/i386/relax-2.d b/gas/testsuite/gas/i386/relax-2.d
index f04e71d..e31fd20 100644
--- a/gas/testsuite/gas/i386/relax-2.d
+++ b/gas/testsuite/gas/i386/relax-2.d
@@ -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