From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1071 invoked by alias); 4 Sep 2003 18:17:37 -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 1055 invoked from network); 4 Sep 2003 18:17:37 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 4 Sep 2003 18:17:37 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A349F2B7F; Thu, 4 Sep 2003 14:17:37 -0400 (EDT) Message-ID: <3F5781C1.8030003@redhat.com> Date: Thu, 04 Sep 2003 18:17: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: Corinna Vinschen Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Eliminate deprecated_tm_print_insn References: <3F4E83BF.1040702@redhat.com> <20030904180529.GK1859@cygbert.vinschen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00048.txt.bz2 > On Thu, Aug 28, 2003 at 06:35:43PM -0400, Andrew Cagney wrote: > >> 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. > > > After this change I'm getting an error when building: > > gcc -g \ > -o gdb gdb.o main.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o cli-logging.o cli-interp.o mi-out.o mi-console.o mi-cmds.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o libgdb.a \ > Check that your opcodes directory is up-to-date. In particular it contains dis-init.o. Andrew