aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-09-11 17:13:46 +0000
committerRob Savoye <rob@welcomehome.org>2001-09-11 17:13:46 +0000
commite77af0ef603a6cfd7c3c4c904b310ea94d40411a (patch)
treebf1f0c4dc51a276ac8a05c968742fa4de20a5963
parent660ddaf6eb8f69b3ec95939bfbcc66cefd7847bc (diff)
downloaddejagnu-e77af0ef603a6cfd7c3c4c904b310ea94d40411a.zip
dejagnu-e77af0ef603a6cfd7c3c4c904b310ea94d40411a.tar.gz
dejagnu-e77af0ef603a6cfd7c3c4c904b310ea94d40411a.tar.bz2
* lib/target.exp: Ignore ld's warning about alternative functions
to use.
-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