From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25000 invoked by alias); 2 Mar 2009 21:34:06 -0000 Received: (qmail 24991 invoked by uid 22791); 2 Mar 2009 21:34:05 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Mar 2009 21:33:53 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n22LXm6U032074; Mon, 2 Mar 2009 16:33:48 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n22LXlAm012596; Mon, 2 Mar 2009 16:33:48 -0500 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n22LXjJQ032752; Mon, 2 Mar 2009 16:33:47 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n22LXhSL014863; Mon, 2 Mar 2009 22:33:44 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n22LXeo3014843; Mon, 2 Mar 2009 22:33:40 +0100 Date: Mon, 02 Mar 2009 21:34:00 -0000 From: Jan Kratochvil To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org, Thiago Jung Bauermann , Peter Bergner Subject: Re: [patch] Fix power7 ppc64 binaries loading Message-ID: <20090302213340.GA7433@host0.dyn.jankratochvil.net> References: <20090302210237.GA23798@host0.dyn.jankratochvil.net> <20090302212403.GA3473@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090302212403.GA3473@caradoc.them.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00023.txt.bz2 On Mon, 02 Mar 2009 22:24:03 +0100, Daniel Jacobowitz wrote: > Did you test this on an e500 binary? "any" won't work, we should > probably parse the apuinfo dump instead of assuming it always means > e500. SPE is incompatible with classic FP. No e500 test by hand. But GDB does not work out of the box even for power7 (and possibly others). I agree it may be a regression for e500 binaries. Although the second patch makes it possible to handle all using `set powerpc disassembler-options'. I agree apuinfo should be parsed. Thanks, Jan