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: fix tm.texi.


 > From: Andrew Pinski <pinskia@physics.uc.edu>
 > 
 > On Wednesday, August 21, 2002, at 12:57 , Geoff Keating wrote:
 > >
 > > Sure.  Please take my patch out and put yours in.
 > 
 > I wish I could, but I don't have write access and I don't have a 
 > copyright assignment at the FSF.

So submit one...


Here's what I installed.  Besides your suggestion I also found the
resulting info file looked odd.  Adding the table markup fixed that.

Tested with "make info".



2002-08-21  Andrew Pinski <pinskia@physics.uc.edu>
            Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
	to the actual end.  Add '@end table' and '@table @code'.
	
diff -rup orig/egcc-CVS20020821/gcc/doc/tm.texi egcc-CVS20020821/gcc/doc/tm.texi
--- orig/egcc-CVS20020821/gcc/doc/tm.texi	2002-08-21 07:00:30.000000000 -0400
+++ egcc-CVS20020821/gcc/doc/tm.texi	2002-08-21 08:34:34.796248578 -0400
@@ -6581,16 +6581,18 @@ nothing.
 
 You may wish to use @code{ASM_OUTPUT_SIZE_DIRECTIVE} and/or
 @code{ASM_OUTPUT_MEASURED_SIZE} in the definition of this macro.
+@end table
 
 @deftypefn {Target Hook} void TARGET_ASM_GLOBALIZE_LABEL (FILE *@var{stream}, const char *@var{name})
 This target hook is a function to output to the stdio stream
 @var{stream} some commands that will make the label @var{name} global;
 that is, available for reference from other files.
-@end deftypefn
 
 The default implementation relies on a proper definition of
 @code{GLOBAL_ASM_OP}.
+@end deftypefn
 
+@table @code
 @findex ASM_WEAKEN_LABEL
 @item ASM_WEAKEN_LABEL (@var{stream}, @var{name})
 A C statement (sans semicolon) to output to the stdio stream


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