diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-10 10:52:01 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-10 10:52:01 +0000 |
commit | 6494208a24f026d66173a5b56a1b8b95ad99116b (patch) | |
tree | 6daacb0b4383a3c0cb54bfaf8dec3de1510d60b0 /gcc | |
parent | 4119ee52caa40a729f04470a7cd5ab97cff3b029 (diff) | |
download | gcc-6494208a24f026d66173a5b56a1b8b95ad99116b.tar.gz |
* doc/tm.texi (Misc): Fix thinko.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43895 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b80bf5a2e0d..101fbcf6817 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index a06e47cd644..6415c119061 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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 |