From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31399 invoked by alias); 6 Apr 2003 14:54:02 -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 30983 invoked from network); 6 Apr 2003 14:54:00 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 6 Apr 2003 14:54:00 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C8FDC2B23 for ; Sun, 6 Apr 2003 10:53:48 -0400 (EDT) Message-ID: <3E903F7C.5080908@redhat.com> Date: Sun, 06 Apr 2003 14:54: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: gdb-patches@sources.redhat.com Subject: [doco] Remove PRINT_TYPELESS_INTEGER doco Content-Type: multipart/mixed; boundary="------------090807020100090007060300" X-SW-Source: 2003-04/txt/msg00099.txt.bz2 This is a multi-part message in MIME format. --------------090807020100090007060300 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 85 Since PRINT_TYPELESS_INTEGER isn't used. Might as well delete the doco. ok? Andrew --------------090807020100090007060300 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 834 2003-04-06 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete PRINT_TYPELESS_INTEGER. Index: doc/gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.138 diff -u -r1.138 gdbint.texinfo --- doc/gdbint.texinfo 31 Mar 2003 19:01:21 -0000 1.138 +++ doc/gdbint.texinfo 6 Apr 2003 14:52:25 -0000 @@ -3674,11 +3674,6 @@ If non-zero, round arguments to a boundary of this many bits before pushing them on the stack. -@item PRINT_TYPELESS_INTEGER -@findex PRINT_TYPELESS_INTEGER -This is an obscure substitute for @code{print_longest} that seems to -have been defined for the Convex target. - @item PROCESS_LINENUMBER_HOOK @findex PROCESS_LINENUMBER_HOOK A hook defined for XCOFF reading. --------------090807020100090007060300--