* doc/tm.texi (Misc): Fix thinko.
authorGabriel Dos Reis <gdr@merlin.codesourcery.com>
Tue, 10 Jul 2001 10:52:01 +0000 (10:52 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 10 Jul 2001 10:52:01 +0000 (10:52 +0000)
From-SVN: r43895

gcc/ChangeLog
gcc/doc/tm.texi

index b80bf5a2e0df3ad5e133e3df88d21b9d801bbc35..101fbcf681779b3313eb0e7d792b8b64a83a9986 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+       * doc/tm.texi (Misc): Fix thinko.
+
 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
 
        * regmove.c (replace_in_call_usage): Fix warnings.
index a06e47cd64456e2da80f20b0762509a1023dacd7..6415c119061b7abdf17a904bd90624f36f8b24e5 100644 (file)
@@ -8678,6 +8678,7 @@ which is defined by the language front end.  You can use any type nodes set
 up by @code{build_common_tree_nodes} and @code{build_common_tree_nodes_2};
 only language front ends that use these two functions will use
 @samp{TARGET_INIT_BUILTINS}.
+@end deftypefn
 
 @deftypefn {Target Hook} rtx TARGET_EXPAND_BUILTIN (tree @var{exp}, rtx @var{target}, rtx @var{subtarget}, enum machine_mode @var{mode}, int @var{ignore})
 
@@ -8689,5 +8690,6 @@ convenient, and have mode @var{mode} if that is convenient.
 @var{exp}'s operands.  @var{ignore} is nonzero if the value is to be
 ignored.  This function should return the result of the call to the
 built-in function.
+@end deftypefn
 
 @end table