From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22923 invoked by alias); 15 Feb 2004 15:22:48 -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 22911 invoked from network); 15 Feb 2004 15:22:48 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 15 Feb 2004 15:22:48 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8A0D72B97 for ; Sun, 15 Feb 2004 10:22:47 -0500 (EST) Message-ID: <402F8EC7.6090407@gnu.org> Date: Sun, 15 Feb 2004 15:22:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Deprecate register_gdbarch_swap References: <40266E4D.4010407@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00375.txt.bz2 > So that people are clear that new code should use gdbarch_data. I'll look to commit in a week. I've checked this in. Andrew > 2004-02-08 Andrew Cagney > > * gdbarch.sh (deprecated_register_gdbarch_swap): Rename > register_gdbarch_swap. > (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. > * f-lang.c (_initialize_f_language): Update, use > DEPRECATED_REGISTER_GDBARCH_SWAP. > * remote.c (_initialize_remote): Ditto. > * regcache.c (_initialize_regcache): Ditto. > * parse.c (_initialize_parse): Ditto. > * infrun.c (_initialize_infrun): Ditto. > * mi/mi-main.c (_initialize_mi_main): Ditto. > * gdbtypes.c (_initialize_gdbtypes): Ditto.