From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 991 invoked by alias); 7 Mar 2006 14:21:14 -0000 Received: (qmail 981 invoked by uid 22791); 7 Mar 2006 14:21:13 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Mar 2006 14:21:13 +0000 Received: (qmail 6060 invoked from network); 7 Mar 2006 14:21:11 -0000 Received: from unknown (HELO 81-178-176-36.dsl.pipex.com) (paul@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Mar 2006 14:21:11 -0000 From: Paul Brook To: Mark Kettenis Subject: Re: [patch] Avoid gcc specific compiler flags Date: Tue, 07 Mar 2006 15:19:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sourceware.org References: <200603061518.23469.paul@codesourcery.com> <200603061835.k26IZfgZ013961@elgar.sibelius.xs4all.nl> In-Reply-To: <200603061835.k26IZfgZ013961@elgar.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603071421.08416.paul@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00111.txt.bz2 On Monday 06 March 2006 18:35, Mark Kettenis wrote: > > From: Paul Brook > > Date: Mon, 6 Mar 2006 15:18:23 +0000 > > > > The attached patch allows a dejagnu target description to override the > > compiler flag used to disable warnings when running the gdb testsuite. > > > > Ok? > > Looks fine to me expect for a double $nowarnings in the gdb.exp bit. I don't understand this comment. Can you be more specific? Paul