From: Mike Stump Date: Tue, 16 Apr 2013 21:25:20 +0000 (+0000) Subject: Regenerate. X-Git-Tag: releases/gcc-4.7.4~714 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6605ab42dee0fa747830a315874f5b57b110c6cf;p=thirdparty%2Fgcc.git Regenerate. From-SVN: r198012 --- diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index a76851a66409..94016c30b55a 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9495,6 +9495,10 @@ tables, and hence is desirable if it works. True if the @code{.debug_pubtypes} and @code{.debug_pubnames} sections should be emitted. These sections are not used on most platforms, and in particular GDB does not use them. @end deftypevr +@deftypevr {Target Hook} bool TARGET_FORCE_AT_COMP_DIR +True if the @code{DW_AT_comp_dir} attribute should be emitted for each compilation unit. This attribute is required for the darwin linker to emit debug information. +@end deftypevr + @deftypevr {Target Hook} bool TARGET_DELAY_SCHED2 True if sched2 is not to be run at its normal place. This usually means it will be run as part of machine-specific reorg. @end deftypevr