From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23723 invoked by alias); 9 Apr 2002 22:20:25 -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 23713 invoked from network); 9 Apr 2002 22:20:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 9 Apr 2002 22:20:23 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7D69A3F3C; Tue, 9 Apr 2002 18:20:05 -0400 (EDT) Message-ID: <3CB36915.6090809@cygnus.com> Date: Tue, 09 Apr 2002 15:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Zap old style standard register $fp, fix gdb/251 References: <3CAF49D6.9020904@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00381.txt.bz2 > 2002-04-06 Andrew Cagney > > * frame.c (read_relative_register_raw_bytes_for_frame): Do not > override FP_REGNUM with frame->fp. > * parse.c (num_std_regs, std_regs): Delete. > (target_map_name_to_register): Do not search std_regs. Update > function description. > * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete > declarations. Update copyright. > Fix PR gdb/251. I've checked this in. I'll close the PR and create new ones for MIPS and ARM. Andrew