]> granicus.if.org Git - gc/commitdiff
PR testsuite/48480
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 2011 15:23:33 +0000 (15:23 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:30 +0000 (10:54 +0400)
* testsuite/lib/boehm-gc.exp (boehm-gc-dg-prune): Allow for path
to ranlib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172050 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
testsuite/lib/boehm-gc.exp

index f6b186558848618f907b09754de1f3d40a278873..7d382b6b5f0ba9e030ab94ec914e4b0c91dea319 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
index 2376102e9bd57959d7ceec410892587bb893acbf..c5b3e95b0f0308ee9f4b580e0fe0e1cb9f1ab809 100644 (file)
@@ -233,7 +233,7 @@ proc boehm-gc-dg-prune { system text } {
     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
 }