aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--lib/target.exp5
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1838d8..c3337ad 100644
--- 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>
diff --git a/lib/target.exp b/lib/target.exp
index 7a4b782..fc0fdb9 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -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