From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28615 invoked by alias); 18 Sep 2003 23:57:47 -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 28592 invoked from network); 18 Sep 2003 23:57:46 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 18 Sep 2003 23:57:46 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 18CD42B89; Thu, 18 Sep 2003 19:57:38 -0400 (EDT) Message-ID: <3F6A4671.4010607@redhat.com> Date: Thu, 18 Sep 2003 23:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: Delete REGISTER_NAMES; Was: [patch/rfc, rfa:doco] Delete REGISTER_BYTES References: <3F64DC6C.2030209@redhat.com> <3F64E7A1.70801@redhat.com> <3F68B86B.6030603@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00409.txt.bz2 > Index: ChangeLog > 2003-09-17 Andrew Cagney > > * sparc-tdep.c (legacy_register_name): Delete function. > * mips-tdep.c (mips_dump_tdep): Do not print REGISTER_NAME. > (mips_gdbarch_init): Refer to MIPS_REGISTER_NAME in comments. > * infcmd.c (gdb_register_name): Delete variable. > * gdbarch.sh (SDB_REG_TO_REGNUM): Delete reference to > REGISTER_NAME and "tm.h". > * gdbarch.h, gdbarch.c: Regenerate. > * dpx2-nat.c (regmap): Refer to REGISTER_NAME and not > REGISTER_NAMES in comments. > * remote-st.c (get_reg_name), i386b-nat.c (tregmap): Ditto. > * m68klinux-nat.c (regmap): Ditto. > > Index: doc/ChangeLog > 2003-09-14 Andrew Cagney > > * gdbint.texinfo (Target Architecture Definition): Delete > documentation on REGISTER_NAMES. > I've checked this in. Andrew