From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7467 invoked by alias); 30 Sep 2003 20:28:27 -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 7459 invoked from network); 30 Sep 2003 20:28:27 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 30 Sep 2003 20:28:27 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C77832B89 for ; Tue, 30 Sep 2003 16:28:26 -0400 (EDT) Message-ID: <3F79E76A.5060706@redhat.com> Date: Tue, 30 Sep 2003 20:28: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: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Deprecate REGISTER_VIRTUAL_SIZE References: <3F75E34F.2090007@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00664.txt.bz2 I've checked this in. > 2003-09-27 Andrew Cagney > > * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_SIZE): Rename > REGISTER_VIRTUAL_SIZE. > * gdbarch.h, gdbarch.c: Regenerate. > * vax-tdep.h, sparc-tdep.c, regcache.h: Update. > * regcache.c, mn10300-tdep.c, mips-tdep.c: Update. > * infcmd.c, frame.c, findvar.c, cris-tdep.c: Update. > > Index: doc/ChangeLog > 2003-09-22 Andrew Cagney > > * gdbint.texinfo (Target Architecture Definition): Rename > REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE. > (Target Architecture Definition): > > Index: mi/ChangeLog > 2003-09-22 Andrew Cagney > > * mi-main.c: Rename REGISTER_VIRTUAL_SIZE to > DEPRECATED_REGISTER_VIRTUAL_SIZE. >