Add link to the Wikipedia page on Brendan Kehoe.
authorBen Elliston <bje@gnu.org>
Sun, 7 Apr 2013 22:38:53 +0000 (08:38 +1000)
committerBen Elliston <bje@gnu.org>
Sun, 7 Apr 2013 22:39:48 +0000 (08:39 +1000)
lib/target.exp

index ec9fff2..71a78c7 100644 (file)
@@ -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
     }