From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2227 invoked by alias); 2 Sep 2014 15:55:57 -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 2213 invoked by uid 89); 2 Sep 2014 15:55:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 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; Tue, 02 Sep 2014 15:55:51 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s82FtnvH017324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 2 Sep 2014 11:55:50 -0400 Received: from blade.nx (ovpn-116-113.ams2.redhat.com [10.36.116.113]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s82FtnZX014335; Tue, 2 Sep 2014 11:55:49 -0400 Received: by blade.nx (Postfix, from userid 1000) id 724B12640DA; Tue, 2 Sep 2014 16:55:48 +0100 (BST) Date: Tue, 02 Sep 2014 15:55:00 -0000 From: Gary Benson To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2] Rename 32- and 64-bit Intel files from "i386" to "x86" Message-ID: <20140902155548.GA27076@blade.nx> References: <1409576744-15249-1-git-send-email-gbenson@redhat.com> <1409660648-2804-1-git-send-email-gbenson@redhat.com> <20140902122820.GA13324@blade.nx> <5405CEFA.5000100@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5405CEFA.5000100@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00065.txt.bz2 Pedro Alves wrote: > On 09/02/2014 01:28 PM, Gary Benson wrote: > > Gary Benson wrote: > > > I found three more files that needed renaming. > > > Updated patch inlined below. > > > I will reply to this message with a "git diff -M" version. > > > > "git diff -M" version as promised. > > Thanks, that helps. > > I like this. Getting these little details consistent throughout > should make it for reading/grokking the code base a little easier. > Fewer surprises should mean happier newcomers. > > Given that when we last discussed this naming convention on the > list (*), objections were addressed and no further objections came > around, I think we should go right ahead before this bit rots. > > Thus, OK. > > Thanks! > > * - https://sourceware.org/ml/gdb-patches/2014-06/msg00931.html Pushed. Thanks, Gary -- http://gbenson.net/