make info broken by latest mips patch

Andreas Jaeger aj@suse.de
Sat Mar 16 02:01:00 GMT 2002


Chris, your mips patch broke the manual.  Please run make info next
time to avoid such problems.

makeinfo 4.1 gives:

makeinfo -I /cvs/binutils-ln/gas/doc /cvs/binutils-ln/gas/doc/as.texinfo
/cvs/binutils-ln/gas/doc/as.texinfo:2124: warning: Info cannot handle `:' in index entry `@code{:} (label)'.
/cvs/binutils-ln/gas/doc/as.texinfo:2125: warning: Info cannot handle `:' in index entry `label (@code{:})'.
/cvs/binutils-ln/gas/doc/as.texinfo:3943: warning: Info cannot handle `:' in index entry `listing control: new page'.
/cvs/binutils-ln/gas/doc/as.texinfo:4830: warning: Info cannot handle `:' in index entry `listing control: paper size'.
/cvs/binutils-ln/gas/doc/as.texinfo:4919: warning: Info cannot handle `:' in index entry `listing control: subtitle'.
/cvs/binutils-ln/gas/doc/as.texinfo:5407: warning: Info cannot handle `:' in index entry `listing control: title line'.
/cvs/binutils-ln/gas/doc/c-mips.texi:333: `MIPS ASE instruction generation overrides' has no Up field.
/cvs/binutils-ln/gas/doc/c-mips.texi:333: warning: unreferenced node `MIPS ASE instruction generation overrides'.
makeinfo: Removing output file `/builds/sourceware-src/build-binutils-ln/gas/doc/as.info' due to errors; use --force to preserve.
make[1]: *** [as.info] Error 2

The part in c-mips.texi is an error, I'll commit the appended patch as
obvious.

I don't know who to fix the warnings about the colons properly and
leave this to others - but those are warnings and not an error.

Andreas

2002-03-16  Andreas Jaeger  <aj@suse.de>

	* doc/c-mips.texi (Machine Dependencies): Add new node.

Index: gas/doc/c-mips.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-mips.texi,v
retrieving revision 1.18
diff -u -p -r1.18 c-mips.texi
--- c-mips.texi	2002/03/16 03:09:16	1.18
+++ c-mips.texi	2002/03/16 10:00:24
@@ -28,6 +28,8 @@ Assembly Language Programming'' in the s
 * MIPS autoextend::	Directives for extending MIPS 16 bit instructions
 * MIPS insn::		Directive to mark data as an instruction
 * MIPS option stack::	Directives to save and restore options
+* MIPS ASE instruction generation overrides:: Directives to control
+  			generation of MIPS ASE instructions
 @end menu
 
 @node MIPS Opts

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Binutils mailing list