This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: info files broken with minimum makeinfo version


Richard Earnshaw <rearnsha@arm.com> writes:
> Richard,
>
> Your coldfire changes have broken building the info files with the
> minimum prerequisite makeinfo version (4.4) -- in fact anything less
> that 4.7.  Specifically, it's the use of 'headitem'.  This breaks a
> bootstrap.

Sorry ;(

> Zack encountered a similar problem last year and fixed it as follows:
>
> http://gcc.gnu.org/ml/gcc/2006-03/msg00010.html

OK, I've installed the patch below as obvious.  It looks kind-of odd
in info though.

Richard


gcc/
	* doc/invoke.texi: Avoid use of @headitem.

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 120717)
+++ gcc/doc/invoke.texi	(working copy)
@@ -10301,7 +10301,7 @@ and @samp{cpu32}.  The ColdFire @var{cpu
 below, which also classifies the CPUs into families:
 
 @multitable @columnfractions 0.20 0.80
-@headitem Family @tab @samp{-mcpu} arguments
+@item @strong{Family} @tab @strong{@samp{-mcpu} arguments}
 @item @samp{5206} @tab @samp{5202} @samp{5204} @samp{5206}
 @item @samp{5206e} @tab @samp{5206e}
 @item @samp{5208} @tab @samp{5207} @samp{5208}


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