From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26063 invoked by alias); 7 May 2004 11:20:22 -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 26050 invoked from network); 7 May 2004 11:20:20 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sources.redhat.com with SMTP; 7 May 2004 11:20:20 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i47BKC9x000402; Fri, 7 May 2004 13:20:12 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i47BK7li007131; Fri, 7 May 2004 13:20:07 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i47BK7BB007127; Fri, 7 May 2004 13:20:07 +0200 (CEST) Date: Fri, 07 May 2004 11:20:00 -0000 Message-Id: <200405071120.i47BK7BB007127@elgar.kettenis.dyndns.org> From: Mark Kettenis To: jimb@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: (message from Jim Blandy on 06 May 2004 17:24:11 -0500) Subject: Re: RFA: handle missing fpregs References: X-SW-Source: 2004-05/txt/msg00188.txt.bz2 From: Jim Blandy Date: 06 May 2004 17:24:11 -0500 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. Mark