From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22950 invoked by alias); 2 Apr 2009 13:32:27 -0000 Received: (qmail 22728 invoked by uid 22791); 2 Apr 2009 13:32:24 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from e3.ny.us.ibm.com (HELO e3.ny.us.ibm.com) (32.97.182.143) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Apr 2009 13:32:18 +0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n32DSxu2030342 for ; Thu, 2 Apr 2009 09:28:59 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n32DWGXX168278 for ; Thu, 2 Apr 2009 09:32:16 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n32DWGa2006026 for ; Thu, 2 Apr 2009 09:32:16 -0400 Received: from [192.168.1.127] (vorma.rchland.ibm.com [9.10.86.174]) by d01av01.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n32DWEL3005956; Thu, 2 Apr 2009 09:32:15 -0400 Subject: Re: [PATCH] Fix up -Many handling PowerPC (was: [PATCH]) From: Peter Bergner To: Alan Modra Cc: "binutils@sourceware.org" , Jan Kratochvil , Thiago Jung Bauermann In-Reply-To: <20090402070139.GC15456@bubble.grove.modra.org> References: <1238648150.6851.36.camel@otta> <20090402070139.GC15456@bubble.grove.modra.org> Content-Type: text/plain Date: Thu, 02 Apr 2009 13:32:00 -0000 Message-Id: <1238679143.6851.46.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: 2009-04/txt/msg00066.txt.bz2 On Thu, 2009-04-02 at 17:31 +1030, Alan Modra wrote: > On Wed, Apr 01, 2009 at 11:55:50PM -0500, Peter Bergner wrote: > > opcodes/ > > > > * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect > > due to -many/-Many. > > (print_insn_powerpc): Make sure we only deprecate instructions using > > the original dialect and not a modified dialect due to -Many handling. > > Move the handling of the condition register and default operands to > > the end of the if/else if/else chain. > > * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that > > instructions from newer processors are listed before older ones. > > <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors > > that have instructions with conflicting opcodes. > > All looks reasonable to me. Ok, committed. Thanks. Peter