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]

fix tm.texi.


Tested with 'make info'.

-- 
Geoff Keating <geoffk@redhat.com>

===File ~/patches/gcc-ghazibroketmtexi.patch================
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.15223
diff -p -u -p -r1.15223 ChangeLog
--- ChangeLog	21 Aug 2002 04:33:42 -0000	1.15223
+++ ChangeLog	21 Aug 2002 04:39:57 -0000
@@ -1,5 +1,7 @@
 2002-08-20  Geoffrey Keating  <geoffk@redhat.com>
 
+	* doc/tm.texi (Label Output): Add missing '@end deftypefn'.
+
 	* unroll.c (biv_total_increment): Don't try to compute the total
 	increment for FP BIVs.
 
Index: doc/tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.157
diff -p -u -p -r1.157 tm.texi
--- doc/tm.texi	21 Aug 2002 02:41:51 -0000	1.157
+++ doc/tm.texi	21 Aug 2002 04:39:58 -0000
@@ -6586,6 +6586,7 @@ You may wish to use @code{ASM_OUTPUT_SIZ
 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}.
============================================================


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