From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3983 invoked by alias); 3 Mar 2003 23:17:03 -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 3964 invoked from network); 3 Mar 2003 23:17:02 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 3 Mar 2003 23:17:02 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 739BC2A9C; Mon, 3 Mar 2003 18:17:01 -0500 (EST) Message-ID: <3E63E26D.4070401@redhat.com> Date: Mon, 03 Mar 2003 23:17: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: [rfa:doco] Fix that stabs warning ... References: <3E63AA84.6030403@redhat.com> <2950-Mon03Mar2003223830+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00071.txt.bz2 >> Date: Mon, 03 Mar 2003 14:18:28 -0500 >> From: Andrew Cagney >> >> The attatched patch fixes the makeinfo warning printed when generating >> the stabs documentation: >> >> makeinfo -o stabs.info=20 >> /home/scratch/PENDING/2003-03-03-doco-stabs-vars/src/gdb/doc/stabs.texinfo >> /home/scratch/PENDING/2003-03-03-doco-stabs-vars/src/gdb/doc/stabs.texinfo: >> 2051: warning: unlikely character , in @var. > > > Approved, thanks. Thanks. make info now gives no warnings! Andrew