output to avoid massive exponential behaviour.
+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.
 
     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"