From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11554 invoked by alias); 20 Aug 2014 22:48:07 -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 11539 invoked by uid 89); 20 Aug 2014 22:48:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 20 Aug 2014 22:47:58 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7KMljYb011599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 20 Aug 2014 18:47:45 -0400 Received: from fche.csb (vpn-61-83.rdu2.redhat.com [10.10.61.83]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7KMliBi020967; Wed, 20 Aug 2014 18:47:45 -0400 Received: by fche.csb (Postfix, from userid 2569) id CADBE5850D; Wed, 20 Aug 2014 18:47:41 -0400 (EDT) Date: Wed, 20 Aug 2014 22:48:00 -0000 From: "Frank Ch. Eigler" To: Gary Benson Cc: Mike Frysinger , Steve Ellcey , Doug Evans , gdb-patches , Pedro Alves Subject: Re: [PATCH 4/5 v7] Introduce common-debug.h Message-ID: <20140820224741.GE5363@redhat.com> References: <20140819091220.GB6493@blade.nx> <1408490530.31355.15.camel@ubuntu-sellcey> <20140820085243.GA2694@blade.nx> <15329331.NicJ8HFAzI@vapier> <20140820120934.GA26854@blade.nx> <20140820133155.GB5363@redhat.com> <20140820191618.GC23764@blade.nx> <20140820214046.GD5363@redhat.com> <20140820215800.GA26899@blade.nx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140820215800.GA26899@blade.nx> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2014-08/txt/msg00434.txt.bz2 Hi - > > (I have no objection to the #define in gdb/*.) > I take this to mean you do object to a #define in sim/*. No - just that a gdb/* patch the only one I think I saw. Making an analogue for sim/* would be fine, but testing it for wide buildability will be a hassle. - FChE