/[dejagnu]/dejagnu/lib/target.exp
ViewVC logotype

Diff of /dejagnu/lib/target.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by rsavoye, Thu May 17 04:39:23 2001 UTC revision 1.6 by rsavoye, Tue Sep 11 17:13:47 2001 UTC
# Line 268  proc prune_warnings { text } { Line 268  proc prune_warnings { text } {
268      # GNU ld warns about functions marked as dangerous in GNU libc.      # GNU ld warns about functions marked as dangerous in GNU libc.
269      regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*function is dangerous\[^\n\]*" $text "" text      regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*function is dangerous\[^\n\]*" $text "" text
270    
271      # Libgloss libnosys defines functions that warn when linked in       # GNU ld warns about functions marked as dangerous in GNU libc.  
272         regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*the use of \[^\n\]* is dangerous, better use \[^\n\]*" $text "" text
273    
274         # Libgloss libnosys defines functions that warn when linked in
275      regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not implemented and will always fail\[^\n\]*" $text "" text      regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not implemented and will always fail\[^\n\]*" $text "" text
276    
277      # Cygwin cc1 warns about -fpic and -fPIC      # Cygwin cc1 warns about -fpic and -fPIC

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26