From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14072 invoked by alias); 30 Sep 2003 13:32:36 -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 14063 invoked from network); 30 Sep 2003 13:32:35 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 30 Sep 2003 13:32:35 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C5EA52B89; Tue, 30 Sep 2003 09:32:34 -0400 (EDT) Message-ID: <3F7985F2.6070605@redhat.com> Date: Tue, 30 Sep 2003 13:32: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: [patch/rfc] Finish deprecating REGISTER_VIRTUAL_TYPE References: <3F7601D6.2070401@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00650.txt.bz2 > 2003-09-27 Andrew Cagney > > * gdbarch.sh (DEPRECATED_REGISTER_VIRTUAL_TYPE): Rename > DEPRECATED_REGISTER_VIRTUAL_TYPE. > * gdbarch.h, gdbarch.c: Regenerate. > * arch-utils.c, hppa-tdep.c, regcache.c, regcache.h: Update. > * sh64-tdep.c, sparc-tdep.c: Update. > > Index: doc/ChangeLog > 2003-09-27 Andrew Cagney > > * gdbint.texinfo (Target Architecture Definition): Rename > REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE. > I've committed this. Andrew