From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4389 invoked by alias); 29 Aug 2012 03:01:06 -0000 Received: (qmail 4375 invoked by uid 22791); 29 Aug 2012 03:01:05 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from e39.co.us.ibm.com (HELO e39.co.us.ibm.com) (32.97.110.160) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Aug 2012 03:00:51 +0000 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Aug 2012 21:00:49 -0600 Received: from d03dlp03.boulder.ibm.com (9.17.202.179) by e39.co.us.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 28 Aug 2012 21:00:47 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 30ED319D803D for ; Tue, 28 Aug 2012 21:00:46 -0600 (MDT) 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 v10.0) with ESMTP id q7T30g5K046876 for ; Tue, 28 Aug 2012 21:00:43 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7T30fSn022380 for ; Tue, 28 Aug 2012 21:00:41 -0600 Received: from otta (vorma.rchland.ibm.com [9.10.86.174]) by d03av04.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id q7T30ew4022235; Tue, 28 Aug 2012 21:00:41 -0600 Date: Wed, 29 Aug 2012 03:02:00 -0000 From: Peter Bergner To: Alan Modra Cc: binutils@sourceware.org Subject: Re: [PATCH, PPC] Add some missing extended mnemonics. Message-Id: <20120828220039.684e3ffe4701aa6859635224@vnet.ibm.com> In-Reply-To: <20120814235853.GI3947@bubble.grove.modra.org> References: <20120814183345.932e799c107241fc1c65d471@vnet.ibm.com> <20120814235853.GI3947@bubble.grove.modra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12082903-4242-0000-0000-000002B5DF36 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: 2012-08/txt/msg00475.txt.bz2 On Wed, 15 Aug 2012 09:28:53 +0930 Alan Modra wrote: > On Tue, Aug 14, 2012 at 06:33:45PM -0500, Peter Bergner wrote: >> opcodes/ >> * ppc-opc.c : New extended mnemonics. >> >> gas/testsuite/ >> * gas/ppc/common.d ("nop", "xnop"): Add tests. >> * gas/ppc/common.s: Likewise. >> * gas/ppc/power7.d ("yield", "mdoio", "mdoom"): Add tests. >> * gas/ppc/power7.s: Likewise. > > OK. I think this could go on the branch too, after a day or two. Ok, this has now been committed to the branch. Peter