From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11920 invoked by alias); 6 Jul 2006 17:59:16 -0000 Received: (qmail 11909 invoked by uid 22791); 6 Jul 2006 17:59:15 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 06 Jul 2006 17:59:14 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FyY87-0007C7-TM; Thu, 06 Jul 2006 13:59:11 -0400 Date: Thu, 06 Jul 2006 17:59:00 -0000 From: Daniel Jacobowitz To: Daniele Scollo Cc: binutils@sourceware.org Subject: Re: powerpc disassembler Message-ID: <20060706175911.GA27614@nevyn.them.org> Mail-Followup-To: Daniele Scollo , binutils@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11+cvs20060403 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00055.txt.bz2 On Thu, Jul 06, 2006 at 10:32:20AM +0200, Daniele Scollo wrote: > Hi, my name is Daniele Scollo, and I'm a young Italian engineer. > Would you mind helping me about a PPC issue? > I use powerpc-linux-objdump to get asm instructions to make statistics > with -d option but the asm-obj file are generated with -m7455 > architecture and maltivect. When I use the disassembler I can't use > the -m7455 option because this architecture is not recognized?Why? if > I use the disassembler without this option I have some new strange > instructions (like mfdbsr, mfl2cr, > mtsprg7) not included into the 7455 instruction set.And I have some > problems because a don't know of to disassembly for my architecture... For objdump, you probably need a -M option. Take a look at powerpc-linux-objdump --help. -- Daniel Jacobowitz CodeSourcery