From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5628 invoked by alias); 20 Dec 2001 21:04:50 -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 5164 invoked from network); 20 Dec 2001 21:03:23 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 21:03:23 -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 NAA19963; Thu, 20 Dec 2001 13:03:17 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id OAA29229; Thu, 20 Dec 2001 14:02:43 -0700 Date: Thu, 20 Dec 2001 13:04:00 -0000 From: Kevin Buettner Message-Id: <1011220210243.ZM29228@ocotillo.lan> In-Reply-To: Elena Zannoni "[RFA] Define FETCH_INFERIOR_REGISTERS for ppc linux." (Dec 20, 12:46pm) References: <15394.9214.178652.70165@localhost.localdomain> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] Define FETCH_INFERIOR_REGISTERS for ppc linux. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00531.txt.bz2 On Dec 20, 12:46pm, Elena Zannoni wrote: > This patch is a subset of the changes initially submitted in: > > http://sources.redhat.com/ml/gdb-patches/2001-11/msg00548.html > > Nothing in this patch has to do with AltiVec registers. I included > only the part that moves the fetch/store inferior registers machinery > from infptrace.c to ppc-linux-nat.c. With that, it became possible to > clean up some macros from config/powerpc/nm-linux.h and get rid of the > use of core-aout.c. > > Given the discussions we had in the original thread, these changes > become quite straightforward. > > Tested on ppc-linux native and aix4.3 (for paranoia's sake). > > OK? Yes, approved. One question though. Is KERNEL_U_SIZE still needed? Thanks, Kevin