From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18690.35483.845880.696901@cargo.ozlabs.ibm.com> Date: Sat, 25 Oct 2008 13:55:23 +1100 From: Paul Mackerras To: Hollis Blanchard Subject: Re: [RFC] a little disassembly infrastructure In-Reply-To: <1224867546.9634.42.camel@localhost.localdomain> References: <1224867546.9634.42.camel@localhost.localdomain> Cc: linuxppc-dev , kvm-ppc List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hollis Blanchard writes: > I've also found xmon's ppc-opc.c. That parses the opcode and operands, > so could use some shared macros. That's a direct copy from GNU binutils. I'm reluctant to modify it because then maintenance becomes more than just copying in the latest version. Paul.