From 3a721255d57b3ee96ba032a628ae33d7a7a3df3b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 8 Apr 2013 08:38:53 +1000 Subject: Add link to the Wikipedia page on Brendan Kehoe. --- lib/target.exp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/target.exp b/lib/target.exp index ec9fff2..71a78c7 100644 --- a/lib/target.exp +++ b/lib/target.exp @@ -133,6 +133,7 @@ proc prune_warnings { text } { } # See Brendan for the raison d'etre of this one. + # http://en.wikipedia.org/wiki/Brendan_Kehoe if {[ishost "alpha*-*-*"]} { regsub -all "(^|\n)(/usr/(ucb|bin)/ld.*without exceptions was\[^\n\]+\n?)" $text "\\1" text } @@ -244,6 +245,7 @@ proc prune_warnings { text } { regsub -all "(^|\n)(ld.so: warning:\[^\n\]*\n?)+" $text "\\1" text # See Brendan for the raison d'etre of this one. + # http://en.wikipedia.org/wiki/Brendan_Kehoe if {[string match "alpha*-*-*" $host_triplet]} { regsub -all "(^|\n)(/usr/(ucb|bin)/ld.*without exceptions was\[^\n\]+\n?)" $text "\\1" text } -- cgit v1.1