Fix broken ld.texinfo

Andreas Jaeger aj@suse.de
Wed Dec 19 02:06:00 GMT 2001


I just got:
ln -s /cvs/binutils-ln/ld/gen-doc.texi ./configdoc.texi >/dev/null 2>&1 \
  || ln /cvs/binutils-ln/ld/gen-doc.texi ./configdoc.texi >/dev/null 2>&1 \
  || cp /cvs/binutils-ln/ld/gen-doc.texi ./configdoc.texi
rm -f ldver.texi
echo '@set VERSION 2.11.93' > ldver.texi
makeinfo  -I /cvs/binutils-ln/ld -I /cvs/binutils-ln/ld/../bfd/doc /cvs/binutils-ln/ld/ld.texinfo
/cvs/binutils-ln/ld/ld.texinfo:3693: No matching `@end smallexample'.
makeinfo: Removing output file `/builds/sourceware-src/build-binutils-ln/ld/ld.info' due to errors; use --force to preserve.

Fixed by the appended patch, installed as obvious,
Andreas

2001-12-19  Andreas Jaeger  <aj@suse.de>

	* ld.texinfo (VERSION): Fix markup.

============================================================
Index: ld/ld.texinfo
--- ld/ld.texinfo	2001/12/18 12:15:35	1.58
+++ ld/ld.texinfo	2001/12/19 09:19:06
@@ -3692,7 +3692,7 @@ won't.
 
 @smallexample
 @{ global: foo; bar; local: *; @}
-#end smallexample
+@end smallexample
 
 When you link an application against a shared library that has versioned
 symbols, the application itself knows which version of each symbol it

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



More information about the Binutils mailing list