From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10005 invoked by alias); 7 May 2004 20:54:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9743 invoked from network); 7 May 2004 20:54:12 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 7 May 2004 20:54:12 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i47KsC0m010605 for ; Fri, 7 May 2004 16:54:12 -0400 Received: from zenia.home.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i47KsAv20357; Fri, 7 May 2004 16:54:11 -0400 To: Mark Kettenis CC: gdb-patches@sources.redhat.com Subject: Re: RFA: handle missing fpregs References: <200405071120.i47BK7BB007127@elgar.kettenis.dyndns.org> From: Jim Blandy Date: Fri, 07 May 2004 20:54:00 -0000 In-Reply-To: <200405071120.i47BK7BB007127@elgar.kettenis.dyndns.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-05/txt/msg00217.txt.bz2 Mark Kettenis writes: > This certainly looks good to me. One nit though. It seems you forgot > about a ChangeLog entry for the changes to > rs6000-tdep.c:ppc_supply_fpregset() and friends. Oh, disregard the ChangeLog patch in the patch itself. That slipped in accidentally. The ChangeLog entry for this patch is the one that precedes the patch, and that does mention ppc_supply_fpregset and ppc_collect_fpregset.