This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Fix binutils.texi



I'm doing nightly builds of binutils for x86-64 (cross-builds from
i386-linux to x86_64-linux).  Last night the build failed with these
errors:

makeinfo  -I . binutils.texi
binutils.texi:708: Bad argument to `end', `man', using `ifclear'.
makeinfo: Removing output file `/usr/src/packages/BUILD/binutils/binutils/binuti
ls.info' due to errors; use --force to preserve.
make[2]: *** [binutils.info] Error 2

Fixing this I also found:
/cvs/binutils-ln/ld/ld.texinfo:161: Unknown command `ifsef'.
/cvs/binutils-ln/ld/ld.texinfo:171: Unmatched `@end'.

I've committed the appended patch as obvious, now make info (and
therefore also make install) works again.

Andreas

2001-03-26  Andreas Jaeger  <aj@suse.de>

	* binutils.texi (nm): Fix texi syntax.

2001-03-26  Andreas Jaeger  <aj@suse.de>

	* ld.texinfo (Overview): Fix syntax in texi code.


============================================================
Index: ld/ld.texinfo
--- ld/ld.texinfo	2001/03/25 20:32:31	1.36
+++ ld/ld.texinfo	2001/03/26 07:00:15
@@ -158,7 +158,7 @@
 @cindex @sc{gnu} linker
 @cindex what is this?
 
-@ifsef man
+@ifset man
 @c man begin SYNOPSIS
 ld [ options ] objfile...
 @c man end
============================================================
Index: binutils/binutils.texi
--- binutils/binutils.texi	2001/03/25 20:32:25	1.35
+++ binutils/binutils.texi	2001/03/26 07:00:16
@@ -704,7 +704,7 @@
 @ifclear man
 For more details on common symbols, see the discussion of
 --warn-common in @ref{Options,,Linker options,ld.info,The GNU linker}.
-@end man
+@end ifclear
 
 @item D
 The symbol is in the initialized data section.

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


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