From e8db55a189487a90cc8bd37c9a8d2ee3fc486927 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 28 Jul 2003 14:45:35 +0000 Subject: 2003-07-25 Jim Dein * lib/utils.exp: fix double recursion bug in proc find. 2002-02-25 Jackie Smith Cashion * baseboards/am33_2.0-libremote.exp: New file. 2000-11-21 Drew Moseley * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the ASB2303 board. 2000-08-10 Drew Moseley * baseboards/mn10300-cygmon.exp: Added support for Cygmon based ASB2303 board. 2003-06-13 Phil Edwards * baseboards/mips64-sim.exp, baseboards/mips-sim.exp, baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use only -T[linker] instead of -Wl,-T[linker]. 2003-06-13 Jason Thorpe * lib/target.exp (prune_warnings): Add two more linker warning patterns for warnings generated by modern verions of NetBSD. 2003-05-12 H.J. Lu * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit. 2003-05-09 H.J. Lu * runtest: Fix a typo. 2003-05-03 Nitin Dhavale * doc/user.sgml: Clarify how to set the verbose option. 2003-03-28 Chris Demetriou * lib/framework.exp (check_conditional_xfail): Adjust so that an empty 'includes' list matches all sets of flags. * doc/dejagnu.texi: Document the above. * doc/ref.sgml: Likewise. 2003-03-27 David Heine * baseboards/xtensa-sim.exp: Fix a syntax error. 2003-03-16 Rob Savoye * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather than stomp on it. This is based on a patch from Brendan Conoboy . * Most files: Update copyright dates. --- lib/target.exp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/target.exp') diff --git a/lib/target.exp b/lib/target.exp index 0cc3c9f..a5d5f47 100644 --- a/lib/target.exp +++ b/lib/target.exp @@ -262,7 +262,9 @@ proc prune_warnings { text } { regsub -all "(^|\n)(ld(|32|64): Giving up.*Use -wall\[^\n\]*\n?)+" $text "\\1" text # Or the NetBSD ones. - regsub -all "(^|\n)(\[^\n\]*:\[0-9\]+: warning: \[^\n\]* possibly used unsafely, use \[^\n\]*\n?)" $text "\\1" text + regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning:this program uses \[^\n\]*)" $text "\\1" text + regsub -all "(^|\n)(\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*warning:reference to compatibility \[^\n\]*)" $text "\\1" text + regsub -all "(^|\n)(\[^\n\]*:\[0-9\]+: warning: \[^\n\]* possibly used unsafely, use \[^\n\]*\n?)" $text "\\1" text regsub -all "(^|\n)(\[^\n\]*: warning: reference to compatibility glob\[^\n\]*\n?)" $text "\\1" text # GNU ld warns about functions marked as dangerous in GNU libc. -- cgit v1.2.3