From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13247 invoked by alias); 28 Apr 2003 16:18:19 -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 13240 invoked from network); 28 Apr 2003 16:18:17 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 28 Apr 2003 16:18:17 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 90FEC2B2F; Mon, 28 Apr 2003 12:18:18 -0400 (EDT) Message-ID: <3EAD544A.2070409@redhat.com> Date: Mon, 28 Apr 2003 19:15:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] Deprecate tm_print_insn References: <3EA9FB04.4090603@redhat.com> <3099-Sat26Apr2003112204+0300-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00525.txt.bz2 > Date: Fri, 25 Apr 2003 23:20:36 -0400 >> From: Andrew Cagney >> >> * gdbint.texinfo (Target Architecture Definition): Rename >> "tm_print_insn" to "deprecated_tm_print_insn". > > > Okay with me, but please add a space after a period here: > > +@code{deprecated_tm_print_insn}. This usually points to a function in > Fixed, and all committed. Andrew