From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18219 invoked by alias); 17 Nov 2006 20:08:52 -0000 Received: (qmail 18211 invoked by uid 22791); 17 Nov 2006 20:08:50 -0000 X-Spam-Check-By: sourceware.org Received: from mail.oarcorp.com (HELO mail.oarcorp.com) (216.186.189.5) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 17 Nov 2006 20:08:40 +0000 Received: (qmail 29150 invoked by uid 507); 17 Nov 2006 20:08:37 -0000 Received: from 192.168.1.3 by mail.oarcorp.com (envelope-from , uid 501) with qmail-scanner-1.25st (spamassassin: 3.1.1. perlscan: 1.25st. Clear:RC:1(192.168.1.3):. Processed in 0.032015 secs); 17 Nov 2006 20:08:37 -0000 X-Qmail-Scanner-Mail-From: joel.sherrill@oarcorp.com via mail.oarcorp.com X-Qmail-Scanner: 1.25st (Clear:RC:1(192.168.1.3):. Processed in 0.032015 secs Process 29144) Received: from unknown (HELO ?192.168.1.3?) (192.168.1.3) by mail.oarcorp.com with SMTP; 17 Nov 2006 20:08:37 -0000 Message-ID: <455E16C5.9080600@oarcorp.com> Date: Fri, 17 Nov 2006 20:08:00 -0000 From: Joel Sherrill User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: Joel Sherrill , gdb@sourceware.org, Ralf Corsepius Subject: Re: powerpc simulator instruction question References: <455E1337.1050100@oarcorp.com> <20061117195711.GA10810@nevyn.them.org> In-Reply-To: <20061117195711.GA10810@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00130.txt.bz2 Daniel Jacobowitz wrote: > On Fri, Nov 17, 2006 at 01:53:27PM -0600, Joel Sherrill wrote: > >> Is the stfiwx not implemented in the simulator? Not valid? >> > > Looks unimplemented. GCC didn't generate it until 2005. > > I found some posts that indicate qemu only got a patch for it in Oct 2006. :) I have no idea how to read, modify, or use ppc-instructions to add it. How can I find the instruction in there? How can I map that back to the 603e manual? This is pretty deep in the bowels of something and quite picky. :( Is there any PPC expert willing to take a stab at it? --joel