aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2013-04-08 08:38:53 +1000
committerBen Elliston <bje@gnu.org>2013-04-08 08:39:48 +1000
commit3a721255d57b3ee96ba032a628ae33d7a7a3df3b (patch)
treec771bc8fafe23d478da2809346ce1020e3f84c5c
parent1a5f3ed034f6c5dc597c208bebce4a63ae6b2f6b (diff)
downloaddejagnu-3a721255d57b3ee96ba032a628ae33d7a7a3df3b.zip
dejagnu-3a721255d57b3ee96ba032a628ae33d7a7a3df3b.tar.gz
dejagnu-3a721255d57b3ee96ba032a628ae33d7a7a3df3b.tar.bz2
Add link to the Wikipedia page on Brendan Kehoe.
-rw-r--r--lib/target.exp2
1 files changed, 2 insertions, 0 deletions
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
}