From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28628 invoked by alias); 8 Nov 2013 18:04:28 -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 7938 invoked by uid 89); 8 Nov 2013 17:51:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2013 17:50:47 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA8HobFw024750 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 8 Nov 2013 12:50:38 -0500 Received: from host2.jankratochvil.net (ovpn-113-183.phx2.redhat.com [10.3.113.183]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rA8HoXVI012409 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 8 Nov 2013 12:50:36 -0500 Date: Fri, 08 Nov 2013 19:17:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Tom Tromey , gdb-patches , Pedro Alves , Stan Shebs Subject: Re: [PATCH] Fix Gold/strip discrepancies for PR 11786 Message-ID: <20131108175033.GA11849@host2.jankratochvil.net> References: <87li13shk2.fsf@fleche.redhat.com> <20131105172219.GA21529@host2.jankratochvil.net> <20131105180547.GA24004@host2.jankratochvil.net> <20131106212434.GA4193@host2.jankratochvil.net> <20131107190059.GA24230@host2.jankratochvil.net> <21117.8566.225807.905608@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21117.8566.225807.905608@ruffy.mtv.corp.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00250.txt.bz2 On Fri, 08 Nov 2013 18:37:58 +0100, Doug Evans wrote: > I'd feel more comfortable with explicit approval from all the GMs, > as opposed to passive non-disapproval. :-) I have only expressed my opinion and giving a passive non-disapproval to whatever you think is right. Not having to follow the GNU coding style for example permits at least the testcases to be written in a common modern coding style people already know. Jan