X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fdoc%2Ftm.texi;h=3ca5acae3ff0d77fdd0b92856a9c2dce6a3fe0c9;hp=79a13f79cc8a8d45ef8bc6fa548c4ad7f11c00d1;hb=065e625ba1ccfe56db01479a77d3a9afdf81a6b5;hpb=861ae1b2c242d37294641a4fb2420cc299091e6f diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 79a13f79cc8..3ca5acae3ff 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9109,3 +9109,16 @@ more than this number of multiplications is implemented by calling the system library's @code{pow}, @code{powf} or @code{powl} routines. The default value places no upper bound on the multiplication count. @end defmac + +@deftypefn Macro void TARGET_EXTRA_INCLUDES (int @var{stdinc}) +This target hook should register any extra include files for the +target. The parameter @var{stdinc} indicates if normal include files +are present. +@end deftypefn + +@deftypefn Macro void TARGET_OPTF (char *@var{path}) +This target hook should register special include paths for the target. +The parameter @var{path} is the include to register. On Darwin +systems, this is used for Framework includes, which have semantics +that are different from @option{-I}. +@end deftypefn