Regenerate.

From-SVN: r198012
This commit is contained in:
Mike Stump 2013-04-16 21:25:20 +00:00
parent 7c39266d69
commit 6605ab42de
1 changed files with 4 additions and 0 deletions

View File

@ -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