From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6553 invoked by alias); 26 Mar 2002 03:30:03 -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 6518 invoked from network); 26 Mar 2002 03:29:59 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 26 Mar 2002 03:29:59 -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 TAA04013; Mon, 25 Mar 2002 19:29:57 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.11.6/8.11.6) id g2Q3TWu14562; Mon, 25 Mar 2002 20:29:32 -0700 Date: Mon, 25 Mar 2002 19:30:00 -0000 From: Kevin Buettner Message-Id: <1020326032932.ZM14561@localhost.localdomain> In-Reply-To: Elena Zannoni "[RFA]rs6000-tdep.c: Altivec Prologue analysis" (Mar 25, 5:53pm) References: <15519.43652.302531.260578@localhost.redhat.com> To: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA]rs6000-tdep.c: Altivec Prologue analysis MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-03/txt/msg00482.txt.bz2 On Mar 25, 5:53pm, Elena Zannoni wrote: > 2002-03-25 Elena Zannoni > > * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec > vector registers handling. > (skip_prologue): Handle new AltiVec instructions. Fill in new > fields of frame data. > (frame_get_saved_regs): Fill in information for AltiVec registers. Okay. Check your comments and ChangeLog remarks though for occurrences of a single space following a period. Thanks, Kevin