From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32134 invoked by alias); 12 May 2011 02:34:10 -0000 Received: (qmail 32066 invoked by uid 22791); 12 May 2011 02:34:09 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,TW_BD X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 May 2011 02:33:55 +0000 Received: by qwa26 with SMTP id 26so782508qwa.0 for ; Wed, 11 May 2011 19:33:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.27.65 with SMTP id h1mr7630972qcc.216.1305167634438; Wed, 11 May 2011 19:33:54 -0700 (PDT) Received: by 10.229.182.7 with HTTP; Wed, 11 May 2011 19:33:54 -0700 (PDT) In-Reply-To: References: <4DCA4B670200007800040E8A@vpn.id2.novell.com> Date: Thu, 12 May 2011 02:34:00 -0000 Message-ID: Subject: Re: [PATCH] add bdver2 processor. From: "H.J. Lu" To: Quentin Neill Cc: Jan Beulich , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00165.txt.bz2 On Wed, May 11, 2011 at 7:16 PM, Quentin Neill wrote: > On Wed, May 11, 2011 at 9:24 AM, Quentin Neill > wrote: >> On Wed, May 11, 2011 at 1:40 AM, Jan Beulich wrote: >>>>>> On 10.05.11 at 21:10, "H.J. Lu" wrote: >>>> On Tue, May 10, 2011 at 11:28 AM, Quentin Neill >>>>> Should I rename the PROCESSOR_BDVER1 variable to perhaps PROCESSOR_BDVER? >>>> >>>> Sounds good to me. >>> >>> And in a couple of years from now nobody will be able to tell what the >>> "VER" in the name stands for ... >>> >>> Jan >> >> I thought of that last night when I got home. >> >> I'll change it to PROCESSOR_BD with another patch. >> -- >> Quentin > > So attached is the tested PROCESSOR_BD variable rename patch, which > passes "make check" in x86_64. > > Okay to commit? OK. -- H.J.