From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27128 invoked by alias); 4 May 2011 16:45:28 -0000 Received: (qmail 27097 invoked by uid 22791); 4 May 2011 16:45:25 -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-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 May 2011 16:45:11 +0000 Received: by qyk2 with SMTP id 2so3394114qyk.0 for ; Wed, 04 May 2011 09:45:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.50.193 with SMTP id a1mr997270qcg.177.1304527510513; Wed, 04 May 2011 09:45:10 -0700 (PDT) Received: by 10.229.229.196 with HTTP; Wed, 4 May 2011 09:45:10 -0700 (PDT) In-Reply-To: References: Date: Wed, 04 May 2011 16:45:00 -0000 Message-ID: Subject: Re: [PATCH] add bdver2 processor. From: "H.J. Lu" To: Quentin Neill Cc: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00055.txt.bz2 On Wed, May 4, 2011 at 9:16 AM, Quentin Neill wrote: > This patch adds the bdver2 processor flag. =A0It passes make check on x86= -64. > > Okay to commit? > -- > Quentin > > > gas/ > =A0 =A0 =A0 =A0* config/tc-i386.c (cpu_arch): Add bdver2. > =A0 =A0 =A0 =A0(i386_align_code): Add PROCESSOR_BDVER2 cases. > =A0 =A0 =A0 =A0* config/tc-i386.h (processor_type): Add PROCESSOR_BDVER2. > =A0 =A0 =A0 =A0* doc/c-i386.texi: Add bdver2. > > opcodes/ > =A0 =A0 =A0 =A0* i386-gen.c (cpu_flag_init): Add new CPU_BDVER2_FLAGS. > =A0 =A0 =A0 =A0* i386-init.h: Regenerated. > > gas/testsuite/ > =A0 =A0 =A0 =A0* gas/i386/i386.exp: Add new bdver2 test cases. > =A0 =A0 =A0 =A0* gas/i386/nops-1-bdver2.d: New. > =A0 =A0 =A0 =A0* gas/i386/x86-64-nops-1-bdver2.d: New. > Do you nreally nned PROCESSOR_BDVER2? Can you use PROCESSOR_BDVER1? instead? --=20 H.J.