From a977cd83049a9c9954065e4dcd1370970d4cb360 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Thu, 19 Apr 2007 23:27:03 +0000 Subject: [PATCH] * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty. Rename the second test. --- binutils/testsuite/ChangeLog | 5 +++++ binutils/testsuite/binutils-all/arm/objdump.exp | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 13e37e3f0c..f2970ba97e 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-04-20 Richard Earnshaw + + * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty. + Rename the second test. + 2007-04-12 H.J. Lu PR binutils/4348 diff --git a/binutils/testsuite/binutils-all/arm/objdump.exp b/binutils/testsuite/binutils-all/arm/objdump.exp index 8ee3fd1070..4677a48585 100644 --- a/binutils/testsuite/binutils-all/arm/objdump.exp +++ b/binutils/testsuite/binutils-all/arm/objdump.exp @@ -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" } -- 2.11.0