* lib/target.exp: Ignore ld's warning about alternative functions
authorRob Savoye <rob@welcomehome.org>
Tue, 11 Sep 2001 17:13:46 +0000 (17:13 +0000)
committerRob Savoye <rob@welcomehome.org>
Tue, 11 Sep 2001 17:13:46 +0000 (17:13 +0000)
to use.

ChangeLog
lib/target.exp

index f1838d8..c3337ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
+2001-09-07  Will Cohen  <wcohen@redhat.com>
+
+        * lib/target.exp: Ignore ld's warning about alternative functions
+        to use.
+
+Thu Aug 30 19:31:44 2001  J"orn Rennecke <amylaar@redhat.com>
+
+        * baseboards/h8300-sim.exp: set_board_info uses_underscores 1
+        set_board_info gcc,text_size 60000
+
 2001-07-30  Paul A. Houghton <houghton@wcomnet.com>
 
        * dejagnu.h, testsuite/libdejagnu/unit.cc: Make the oustate array
        be a const to work with Sun's compiler.
+       * runtest.exp: Move the command line variable instantiation to the
+       first block of command line option tests, so command line
+       variables can be used in tool init scripts.
+
+2001-07-25  Will Cohen  <wcohen@redhat.com>
+
+        * runtest.exp: Removed puts statement.
 
 2001-07-17  Jason Merrill  <jason_merrill@redhat.com>
 
index 7a4b782..fc0fdb9 100644 (file)
@@ -268,7 +268,10 @@ proc prune_warnings { text } {
     # GNU ld warns about functions marked as dangerous in GNU libc.
     regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*function is dangerous\[^\n\]*" $text "" text
 
-    # Libgloss libnosys defines functions that warn when linked in
+     # GNU ld warns about functions marked as dangerous in GNU libc.   
+     regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*the use of \[^\n\]* is dangerous, better use \[^\n\]*" $text "" text
+
+     # Libgloss libnosys defines functions that warn when linked in
     regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not implemented and will always fail\[^\n\]*" $text "" text
 
     # Cygwin cc1 warns about -fpic and -fPIC