Commit 763ea608 by Rainer Orth Committed by Rainer Orth

re PR testsuite/48480 (FAIL: staticrootslib.lo -O2 (test for excess errors))

	PR testsuite/48480
	* testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
	to ranlib.

From-SVN: r172050
parent 85bfb75e
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> 2011-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR boehm-gc/11412 PR boehm-gc/11412
......
...@@ -233,7 +233,7 @@ proc boehm-gc-dg-prune { system text } { ...@@ -233,7 +233,7 @@ proc boehm-gc-dg-prune { system text } {
set text [prune_gcc_output $text] set text [prune_gcc_output $text]
# Ignore harmless Darwin ranlib warnings. # 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 return $text
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment