diff options
| author | fjahanian <fjahanian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-08 21:01:47 +0000 |
|---|---|---|
| committer | fjahanian <fjahanian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-08 21:01:47 +0000 |
| commit | 10fda9eb3b1584ac33daaf1f7cdcc950f836adbf (patch) | |
| tree | 8e733d5b7a3ce8d9267f4f50ab0923c79cbd51f2 /gcc/doc/tm.texi | |
| parent | 90d092db65eb841cd897c8c1e59cd624e34b765c (diff) | |
| download | ppe42-gcc-10fda9eb3b1584ac33daaf1f7cdcc950f836adbf.tar.gz ppe42-gcc-10fda9eb3b1584ac33daaf1f7cdcc950f836adbf.zip | |
Target Hook to issue diagnostics for AltiVec argument to funtion
with unknown prototype.
OKed by Mark Mitchel.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96124 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/tm.texi')
| -rw-r--r-- | gcc/doc/tm.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 81b664e1c9a..0a6735387ad 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9587,6 +9587,12 @@ many recent processors which implement a policy of ``relaxed,'' and ia64. The default is @code{false}. @end deftypefn +@deftypefn {Target Hook} const char *TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN (tree @var{typelist}, tree @var{funcdecl}, tree @var{val}) +If defined, this macro returns the diagnostic message when it is +illegal to pass argument @var{val} to function @var{funcdecl} +with prototype @var{typelist}. +@end deftypefn + @defmac TARGET_USE_JCR_SECTION This macro determines whether to use the JCR section to register Java classes. By default, TARGET_USE_JCR_SECTION is defined to 1 if both |

