From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11895 invoked by alias); 20 Dec 2001 23:32:08 -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 11874 invoked from network); 20 Dec 2001 23:32:08 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 23:32:08 -0000 Received: from rtl.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA05874; Thu, 20 Dec 2001 15:32:01 -0800 (PST) Received: (from ezannoni@localhost) by rtl.cygnus.com (8.11.2/8.11.0) id fBKMitN03023; Thu, 20 Dec 2001 17:44:55 -0500 X-Authentication-Warning: localhost.localdomain: ezannoni set sender to ezannoni@cygnus.com using -f From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15394.27111.48570.361438@localhost.localdomain> Date: Thu, 20 Dec 2001 15:32:00 -0000 To: Kevin Buettner Cc: Elena Zannoni , gdb-patches@sources.redhat.com, kevinb@cygnus.com Subject: Re: [RFA] rs6000-nat.c fetch_register error condition. In-Reply-To: <1011220221439.ZM29554@ocotillo.lan> References: <15394.4270.245910.8192@localhost.localdomain> <1011220221439.ZM29554@ocotillo.lan> X-Mailer: VM 7.00 under Emacs 20.7.1 X-SW-Source: 2001-12/txt/msg00549.txt.bz2 Kevin Buettner writes: > On Dec 20, 11:24am, Elena Zannoni wrote: > > > I am trying to break down the Altivec patch in smaller pieces that > > don't require a ptrace interface. > > > > I thought this bit had been approved by Kevin in > > http://sources.redhat.com/ml/gdb-patches/2001-11/msg00564.html > > > > but it wasn't. > > > > Kevin, OK to commit? > > > > Elena > > > > > > 2001-12-20 Elena Zannoni > > > > * rs6000-nat.c (fetch_register): Don't error out unless the > > register number is really bogus. > > Sure, OK. > > Kevin it's in. Elena