From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18493 invoked by alias); 23 Jul 2002 05:49:10 -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 18478 invoked from network); 23 Jul 2002 05:49:09 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 23 Jul 2002 05:49:09 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g6N5nSQ20066; Mon, 22 Jul 2002 22:49:28 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g6N5n5t28287; Mon, 22 Jul 2002 22:49:05 -0700 Date: Mon, 22 Jul 2002 22:51:00 -0000 From: Kevin Buettner Message-Id: <1020723054905.ZM28286@localhost.localdomain> In-Reply-To: Michael Snyder "[RFA] Change #3 for aix-thread.c" (Jul 19, 3:42pm) References: <3D3895E7.DC0DA3B9@redhat.com> To: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: [RFA] Change #3 for aix-thread.c Cc: cagney@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00454.txt.bz2 On Jul 19, 3:42pm, Michael Snyder wrote: > 2002-07-18 Michael Snyder > > * (ops_prepare_to_store): Eliminate. > (init_ops): Don't initialize ops.prepare_to_store. > (store_regs_kern): Pre-fetch register buffers from child, > because some registers may not be in the cache. Copy > regs from register cache only if they are cached. > (store_regs_lib): Copy regs from register cache only > if they are cached. > (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32, > fill_gprs64): Ditto. I committed this change earlier today. Kevin