From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6173 invoked by alias); 6 Nov 2007 23:23:00 -0000 Received: (qmail 6165 invoked by uid 22791); 6 Nov 2007 23:23:00 -0000 X-Spam-Check-By: sourceware.org Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Nov 2007 23:22:58 +0000 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e35.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id lA6NMuP9029216 for ; Tue, 6 Nov 2007 18:22:56 -0500 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id lA6NMuB3060120 for ; Tue, 6 Nov 2007 16:22:56 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id lA6NMtfg025807 for ; Tue, 6 Nov 2007 16:22:55 -0700 Received: from localhost (vervain.rchland.ibm.com [9.5.250.62]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id lA6NMtZW025794; Tue, 6 Nov 2007 16:22:55 -0700 Date: Tue, 06 Nov 2007 23:23:00 -0000 From: Peter Bergner To: binutils@sourceware.org Subject: [PATCH] Remove non-existant POWER6 DFP insns. Message-ID: <20071106232255.GA24663@vervain.rchland.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i 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: 2007-11/txt/msg00047.txt.bz2 I just noticed that my original POWER6 patch added dcffix and dcffix. opcodes. The problem is, they are not part of the "Preliminary Decimal Floating-Point Architecture" document which is found here: http://www.power.org/resources/downloads/PowerDFP.pdf Therefore, I have committed the following obvious patch to remove them. Peter * ppc-opc.c (powerpc_opcodes): Remove the dcffix and dcffix. opcodes which are not included in the "Preliminary Decimal Floating-Point Architecture" document. Index: ppc-opc.c =================================================================== RCS file: /cvs/src/src/opcodes/ppc-opc.c,v retrieving revision 1.101 diff -u -p -r1.101 ppc-opc.c --- ppc-opc.c 16 Oct 2007 02:55:30 -0000 1.101 +++ ppc-opc.c 6 Nov 2007 23:13:14 -0000 @@ -4547,9 +4547,6 @@ const struct powerpc_opcode powerpc_opco { "drsp", XRC(59,770,0), X_MASK, POWER6, { FRT, FRB } }, { "drsp.", XRC(59,770,1), X_MASK, POWER6, { FRT, FRB } }, -{ "dcffix", XRC(59,802,0), X_MASK, POWER6, { FRT, FRB } }, -{ "dcffix.", XRC(59,802,1), X_MASK, POWER6, { FRT, FRB } }, - { "denbcd", XRC(59,834,0), X_MASK, POWER6, { S, FRT, FRB } }, { "denbcd.", XRC(59,834,1), X_MASK, POWER6, { S, FRT, FRB } },