From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16072 invoked by alias); 23 Jul 2003 16:38:47 -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 16053 invoked from network); 23 Jul 2003 16:38:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Jul 2003 16:38:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6NGckH09043 for ; Wed, 23 Jul 2003 12:38:46 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6NGckI29082; Wed, 23 Jul 2003 12:38:46 -0400 Received: from localhost.localdomain (vpn50-28.rdu.redhat.com [172.16.50.28]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6NGckv08082; Wed, 23 Jul 2003 12:38:46 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6NGce607864; Wed, 23 Jul 2003 09:38:40 -0700 Date: Wed, 23 Jul 2003 16:38:00 -0000 From: Kevin Buettner Message-Id: <1030723163840.ZM7863@localhost.localdomain> In-Reply-To: Andreas Schwab "Fix disassembler on ia64." (Jul 23, 11:30am) References: To: Andreas Schwab , gdb-patches@sources.redhat.com Subject: Re: Fix disassembler on ia64. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00407.txt.bz2 On Jul 23, 11:30am, Andreas Schwab wrote: > 2003-07-23 Andreas Schwab > > * ia64-tdep.c (ia64_print_insn): New function. > (ia64_gdbarch_init): Set print_insn to it. > (_initialize_ia64_tdep): Don't set deprecated_tm_print_insn and > deprecated_tm_print_insn_info. Okay. (For both the GDB 6.0 branch as well as the trunk.) Thanks, Kevin