This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Vector docs broke the manual


../../../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

2002-08-18  Andrew Cagney  <ac131313@redhat.com>

	* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]