From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24203 invoked by alias); 19 Aug 2002 00:57:40 -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 24196 invoked from network); 19 Aug 2002 00:57:39 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 19 Aug 2002 00:57:39 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 138393D34; Sun, 18 Aug 2002 20:57:33 -0400 (EDT) Message-ID: <3D60427D.4010405@ges.redhat.com> Date: Sun, 18 Aug 2002 17:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: Vector docs broke the manual References: <20020819001331.GA32635@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------000700090809080104070803" X-SW-Source: 2002-08/txt/msg00537.txt.bz2 This is a multi-part message in MIME format. --------------000700090809080104070803 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 333 > ../../../src/gdb/doc/gdb.texinfo:5586: `Vector Unit' has no Up field. > ../../../src/gdb/doc/gdb.texinfo:5586: warning: unreferenced node `Vector Unit'. > makeinfo: Removing output file `gdb.info' due to errors; use --force to preserve. > > You need to add it to the menu also, around line 4420. Doh, I checked this in. Andrew --------------000700090809080104070803 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 736 2002-08-18 Andrew Cagney * gdb.texinfo (Data): Add ``Vector Unit'' to menu. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.112 diff -u -r1.112 gdb.texinfo --- gdb.texinfo 16 Aug 2002 00:27:46 -0000 1.112 +++ gdb.texinfo 19 Aug 2002 00:53:18 -0000 @@ -4418,6 +4418,7 @@ * Convenience Vars:: Convenience variables * Registers:: Registers * Floating Point Hardware:: Floating point hardware +* Vector Unit:: Vector Unit * Memory Region Attributes:: Memory region attributes * Dump/Restore Files:: Copy between memory and a file @end menu --------------000700090809080104070803--