* binutils-all/objdump.exp: Tighten regexp to match `objdump -i'

output to avoid massive exponential behaviour.
This commit is contained in:
Andreas Schwab 1999-06-09 03:01:26 +00:00
parent 148d3c43be
commit 3026443322
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed Jun 9 11:59:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* binutils-all/objdump.exp: Tighten regexp to match `objdump -i'
output to avoid massive exponential behaviour.
1999-05-28 Ian Lance Taylor <ian@zembu.com>
* binutils-all/readelf.h: Update for changes of 1999-04-08.

View File

@ -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"