PR testsuite/48480
* testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
to ranlib.
From-SVN: r172050
+2011-04-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR testsuite/48480
+ * testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
+ to ranlib.
+
2011-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR boehm-gc/11412
set text [prune_gcc_output $text]
# Ignore harmless Darwin ranlib warnings.
- regsub -all "(^|\n)(ranlib: file: \[^\n\]* has no symbols\n?)+" $text "\\1" text
+ regsub -all "(^|\n)(\[^\n\]*ranlib: file: \[^\n\]* has no symbols\n?)+" $text "\\1" text
return $text
}