From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3362 invoked by alias); 18 Feb 2002 04:08:18 -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 3197 invoked from network); 18 Feb 2002 04:08:15 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 18 Feb 2002 04:08:15 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id UAA12314; Sun, 17 Feb 2002 20:08:11 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.11.6/8.11.6) id g1I46lb16302; Sun, 17 Feb 2002 21:06:47 -0700 Date: Sun, 17 Feb 2002 20:08:00 -0000 From: Kevin Buettner Message-Id: <1020218040647.ZM16301@localhost.localdomain> In-Reply-To: Elena Zannoni "[PATCH/RFA] ppc-linux-nat.c cleanup" (Feb 17, 10:46pm) References: <15472.31006.859657.730548@localhost.redhat.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] ppc-linux-nat.c cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00462.txt.bz2 On Feb 17, 10:46pm, Elena Zannoni wrote: > 2002-02-17 Elena Zannoni > > * ppc-linux-nat.c: Update copyright. > (fetch_register, store_register): Add tid parameter, don't compute > tid here. > (fetch_ppc_registers, store_ppc_registers): Add tid > parameter. Pass it along to callees. > (fetch_inferior_registers, store_inferior_registers): Compute tid > here, and pass it to calleed functions. > (fill_gregset, supply_fpregset): Clean up formatting. > > This is a mini cleanup, in preparation for the new version of the > altivec register support. > > OK to check in? Looks good. Commit away... (BTW, with regard to the tid stuff, I'm convinced it's necessary at all due to the way that we currently do thread support. However, there's no harm in reorganizing it the way you did...) Kevin