From: Andreas Schwab Date: Wed, 9 Jun 1999 03:01:26 +0000 (+0000) Subject: * binutils-all/objdump.exp: Tighten regexp to match `objdump -i' X-Git-Tag: gdb-1999-06-14~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3026443322cbd6c93dc22d830ed766353b522bc0;p=external%2Fbinutils.git * binutils-all/objdump.exp: Tighten regexp to match `objdump -i' output to avoid massive exponential behaviour. --- diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 9820850..a81cd0c 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 9 11:59:22 1999 Andreas Schwab + + * binutils-all/objdump.exp: Tighten regexp to match `objdump -i' + output to avoid massive exponential behaviour. + 1999-05-28 Ian Lance Taylor * binutils-all/readelf.h: Update for changes of 1999-04-08. diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 7c50f02..063db91 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -40,7 +40,7 @@ if ![regexp $cpus_expected $target_cpu] { regsub "^\[(\]" "$cpus_expected" "(${target_cpu}|" cpus_expected; } -set want "BFD header file version.*srec.*header .* endian.*, data .* endian.*$cpus_expected" +set want "BFD header file version.*srec\[^\n\]*\n\[^\n\]*header \[^\n\]*endian\[^\n\]*, data \[^\n\]*endian.*$cpus_expected" if [regexp $want $got] then { pass "objdump -i"