From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7883 invoked by alias); 20 Dec 2001 22:16:16 -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 7081 invoked from network); 20 Dec 2001 22:14:57 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 22:14:57 -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 OAA28576; Thu, 20 Dec 2001 14:14:55 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id PAA29555; Thu, 20 Dec 2001 15:14:39 -0700 Date: Thu, 20 Dec 2001 14:16:00 -0000 From: Kevin Buettner Message-Id: <1011220221439.ZM29554@ocotillo.lan> In-Reply-To: Elena Zannoni "[RFA] rs6000-nat.c fetch_register error condition." (Dec 20, 11:24am) References: <15394.4270.245910.8192@localhost.localdomain> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] rs6000-nat.c fetch_register error condition. Cc: kevinb@cygnus.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00541.txt.bz2 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