[PATCH] Fix for gprof install

Thiemo Seufer ths@networkno.de
Tue Sep 26 07:09:00 GMT 2006


Hello All,

gprof currently fails to install with

[...]
../../head/gprof/gprof.texi:2155: Debugging' has no Up field (perhaps incorrect sectioning?).
../../head/gprof/gprof.texi:1981: Next field of node Internals' not pointed to (perhaps incorrect sectioning?).
../../head/gprof/gprof.texi:2155: This node (Debugging) has the bad Prev.
makeinfo: Removing output file ../../head/gprof/gprof.info' due to errors; use --force to preserve.
make[5]: *** [../../head/gprof/gprof.info] Error 1


The appended patch fixes it by handling 'Debugging' as a section.
Ok to apply?


Thiemo


2006-09-26  Thiemo Seufer  <ths@networkno.de>

	* gprof.texi: Fix install failure.


Index: gprof/gprof.texi
===================================================================
RCS file: /cvs/src/src/gprof/gprof.texi,v
retrieving revision 1.19
diff -u -p -r1.19 gprof.texi
--- gprof/gprof.texi	25 Sep 2006 16:16:45 -0000	1.19
+++ gprof/gprof.texi	25 Sep 2006 23:51:57 -0000
@@ -2153,7 +2153,7 @@ followed by lower use functions, followe
 at the end.
 
 @node Debugging
-@subsection Debugging @code{gprof}
+@section Debugging @code{gprof}
 
 If @code{gprof} was compiled with debugging enabled,
 the @samp{-d} option triggers debugging output



More information about the Binutils mailing list