From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15969 invoked by alias); 4 Jul 2005 15:15:49 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 15958 invoked by uid 22791); 4 Jul 2005 15:15:44 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 04 Jul 2005 15:15:44 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j64FFcTN024408 for ; Mon, 4 Jul 2005 11:15:43 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j64FFbV05680; Mon, 4 Jul 2005 11:15:37 -0400 Received: from localhost.localdomain.redhat.com (vpnuser3.surrey.redhat.com [172.16.9.3]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j64FFa3N015998; Mon, 4 Jul 2005 16:15:36 +0100 To: JBeulich@novell.com Cc: binutils@sources.redhat.com Subject: Re: [PATCH] RE: Pacifica instructions From: Nick Clifton Date: Mon, 04 Jul 2005 15:15:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-07/txt/msg00056.txt.bz2 Hi Jan, > gas/ > 2005-06-16 Jan Beulich > > * config/tc-i386.h (CpuSVME): New. > (CpuUnknownFlags): Include CpuSVME. > * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron > as alias of sledgehammer. > (md_assemble): Include invlpga in the check for insns with two source > operands. > (process_operands): Include SVME insns in the check for ignored > segment overrides. Adjust diagnostic. > (i386_index_check): Special-case SVME insns with memory > operands. Approved - please apply. Cheers Nick