]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Thu, 19 Apr 2007 23:27:03 +0000 (23:27 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Thu, 19 Apr 2007 23:27:03 +0000 (23:27 +0000)
Rename the second test.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/arm/objdump.exp

index 13e37e3f0c5e9d239f891936bac01eb48a537637..f2970ba97ed9f7f19a66e0b1ae4dcbcd3527d98b 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
+       Rename the second test.
+
 2007-04-12  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/4348
index 8ee3fd10701cf587d0a64375c666e2ab929295ca..4677a48585c235433228c9d15bb9971e66024fe7 100644 (file)
@@ -44,7 +44,7 @@ if [is_remote host] {
 
 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"]
 
-set want "bcc.w\te12.*bx\tlr"
+set want "bcc.w\[ \t\]*e12.*bx\[ \t\]*lr"
 
 if [regexp $want $got] then {
     pass "thumb2-cond test1"
@@ -54,10 +54,10 @@ if [regexp $want $got] then {
 
 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"]
 
-set want "bx\tlr"
+set want "bx\[ \t\]*lr"
 
 if [regexp $want $got] then {
-    pass "thumb2-cond test1"
+    pass "thumb2-cond test2"
 } else {
-    fail "thumb2-cond test1"
+    fail "thumb2-cond test2"
 }