From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11309 invoked by alias); 6 Feb 2005 14:15:41 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 11300 invoked from network); 6 Feb 2005 14:15:38 -0000 Received: from unknown (205.217.158.180) by sourceware.org with QMTP; 6 Feb 2005 14:15:38 -0000 Received: (qmail 17400 invoked by uid 10); 6 Feb 2005 14:15:38 -0000 Received: (qmail 3171 invoked by uid 500); 6 Feb 2005 14:15:28 -0000 Mail-Followup-To: binutils@sources.redhat.com, hans-peter.nilsson@axis.com To: Hans-Peter Nilsson Cc: binutils@sources.redhat.com Subject: Re: [RFA:] ld/testsuite/ld-lib.exp: support run_dump_test directive "warning". References: <200502061148.j16BmrtO019510@ignucius.se.axis.com> From: Ian Lance Taylor Date: Sun, 06 Feb 2005 16:52:00 -0000 In-Reply-To: <200502061148.j16BmrtO019510@ignucius.se.axis.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-02/txt/msg00087.txt.bz2 Hans-Peter Nilsson writes: > This patch enables support for a new ld run_dump_test directive: > "warning", to match warnings from the linker. Upcoming tests > use the new machinery. BTW, the warning supposed is also a > disguised bugfix for whether ld actually exited with an error. > Thanks to this I noticed a bug in the ld-cris/libdso-13.d > test-case (a victim of the Tcl write-to-stderr-causes-exec-error > bogosity now worked around); the supposed error is a warning. > Will take separate action. > > Ok to commit? > > testsuite: > * lib/ld-lib.exp: Support new directive "warning". This is OK if you make the corresponding change to the gas testsuite as well. Thanks. Ian