From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20935 invoked by alias); 22 Jan 2014 16:10:23 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 20924 invoked by uid 89); 22 Jan 2014 16:10:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp15.uk.ibm.com Received: from e06smtp15.uk.ibm.com (HELO e06smtp15.uk.ibm.com) (195.75.94.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 22 Jan 2014 16:10:18 +0000 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 Jan 2014 16:10:15 -0000 Received: from d06dlp01.portsmouth.uk.ibm.com (9.149.20.13) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 22 Jan 2014 16:10:12 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2C4CF17D8058 for ; Wed, 22 Jan 2014 16:10:28 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0MG9xTK60817468 for ; Wed, 22 Jan 2014 16:09:59 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0MGABu2025169 for ; Wed, 22 Jan 2014 09:10:11 -0700 Received: from bart (dyn-9-152-212-89.boeblingen.de.ibm.com [9.152.212.89]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with SMTP id s0MGAAsf025114; Wed, 22 Jan 2014 09:10:10 -0700 Received: by bart (sSMTP sendmail emulation); Wed, 22 Jan 2014 17:10:09 +0100 Date: Wed, 22 Jan 2014 16:10:00 -0000 From: Andreas Krebbel To: Andreas Arnez Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Prevent appending "-g" after "-g3" to compile options in info-macros.exp. Message-ID: <20140122161009.GA29821@bart> References: <87k3e231cc.fsf@br87z6lw.de.ibm.com> <87d2juwj2x.fsf@fleche.redhat.com> <87fvop2z0u.fsf@br87z6lw.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fvop2z0u.fsf@br87z6lw.de.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14012216-0342-0000-0000-000007869805 X-SW-Source: 2014-01/txt/msg00863.txt.bz2 On Wed, Jan 15, 2014 at 01:46:41PM +0100, Andreas Arnez wrote: > testsuite/ > 2014-01-15 Andreas Arnez > > * gdb.base/info-macros.exp: Remove "debug" from the compile > options. Applied. Thanks! -Andreas-