From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5814 invoked by alias); 3 Sep 2003 23:50:35 -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 5779 invoked from network); 3 Sep 2003 23:50:31 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 3 Sep 2003 23:50:31 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 12B2B2B7F; Wed, 3 Sep 2003 19:50:27 -0400 (EDT) Message-ID: <3F567E42.5080308@redhat.com> Date: Wed, 03 Sep 2003 23:50: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] Eliminate deprecated_tm_print_insn References: <3F4E83BF.1040702@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00033.txt.bz2 > 2003-08-28 Andrew Cagney > > * arch-utils.h (legacy_print_insn): Delete declaration. > * arch-utils.c (legacy_print_insn): Delete function. > * disasm.c (deprecated_tm_print_insn_info): Delete. > (_initialize_disasm): Delete function, contained code initializing > deprecated_tm_print_insn_info. > * gdbarch.sh (deprecated_tm_print_insn): Delete. > (deprecated_tm_print_insn_info): Delete. > (TARGET_PRINT_INSN): Do not provide a default. > * gdbarch.h, gdbarch.c: Re-generate. I'm just now checking this in ... Andrew