From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5437 invoked by alias); 12 Jul 2006 20:46:41 -0000 Received: (qmail 5365 invoked by uid 22791); 12 Jul 2006 20:46:38 -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; Wed, 12 Jul 2006 20:46:35 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G0lbN-0008Fl-LU for gdb-patches@sourceware.org; Wed, 12 Jul 2006 16:46:33 -0400 Date: Wed, 12 Jul 2006 20:46:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [rfa] Cross corefile support for ARM Message-ID: <20060712204633.GT24622@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060608152432.GA20630@nevyn.them.org> <20060623124216.GA17098@nevyn.them.org> <1151069710.29989.17.camel@pc960.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1151069710.29989.17.camel@pc960.cambridge.arm.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00132.txt.bz2 On Fri, Jun 23, 2006 at 02:35:10PM +0100, Richard Earnshaw wrote: > I wanted to review this against the problem that there are at least 3 > different FPA-flavoured interfaces in linux: NWFPE, NWFPE with extended > precision and genuine FPA11, and that each of these has a slightly > different format for the values returned via the ptrace interface (yes, > this is really a bug in ARM linux, but it ain't going to get fixed > now...). However, I'm now happy your patch doesn't make things either > better or worse in this regard. Yes, that was my goal. In fact preserving the current FPA behavior took most of the time (and is probably the least useful bit of the patch). Thanks, I've committed it. -- Daniel Jacobowitz CodeSourcery