From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7704 invoked by alias); 9 Apr 2002 01:45:57 -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 7635 invoked from network); 9 Apr 2002 01:45:31 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 9 Apr 2002 01:45:31 -0000 Received: from romulus.sfbay.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA11071; Mon, 8 Apr 2002 18:45:29 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g391jFI22753; Mon, 8 Apr 2002 18:45:15 -0700 Date: Mon, 08 Apr 2002 18:45:00 -0000 From: Kevin Buettner Message-Id: <1020409014515.ZM22752@localhost.localdomain> In-Reply-To: Elena Zannoni "Re: [PATCH] rs6000-tdep.c: Use set_gdbarch_print_insn()" (Apr 8, 9:18pm) References: <1020409001204.ZM22336@localhost.localdomain> <15538.16762.410385.501030@localhost.redhat.com> To: Elena Zannoni , Kevin Buettner Subject: Re: [PATCH] rs6000-tdep.c: Use set_gdbarch_print_insn() Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-04/txt/msg00339.txt.bz2 On Apr 8, 9:18pm, Elena Zannoni wrote: > tm_print_insn shouldn't be used/needed anymore. I have removed gdbtk's uses > of tm_print_insn a while back. Ah... thanks. When I checked a few minutes ago, it seemed to be there, but I must of been looking at some old code. (Hmm... I thought I updated before checking.) Kevin