diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2010-09-07 10:25:11 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2010-09-07 10:25:11 -0700 |
commit | 3bc6b3e6fc40559519e7078c3f549d0e87bdf8be (patch) | |
tree | 7e57ac89de2bf5bd7f6fbbe53ca3236920a648e3 /gcc/doc | |
parent | aa2298043c59f24bfea30f1c8f2207d0caf6e28b (diff) | |
download | gcc-3bc6b3e6fc40559519e7078c3f549d0e87bdf8be.zip gcc-3bc6b3e6fc40559519e7078c3f549d0e87bdf8be.tar.gz gcc-3bc6b3e6fc40559519e7078c3f549d0e87bdf8be.tar.bz2 |
Define target hook TARGET_UNWIND_EMIT_BEFORE_INSN.
From-SVN: r163961
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 5954ea3..a8db902 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -8749,6 +8749,10 @@ This target hook emits assembly directives required to unwind the given instruction. This is only used when TARGET_UNWIND_INFO is set. @end deftypefn +@deftypevr {Target Hook} bool TARGET_ASM_UNWIND_EMIT_BEFORE_INSN +True if the @code{TARGET_ASM_UNWIND_EMIT} hook should be called before the assembly for @var{insn} has been emitted, false if the hook should be called afterward. +@end deftypevr + @node Exception Region Output @subsection Assembler Commands for Exception Regions diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 24f5c1b3..2efc1ae 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -8739,6 +8739,8 @@ This target hook emits assembly directives required to unwind the given instruction. This is only used when TARGET_UNWIND_INFO is set. @end deftypefn +@hook TARGET_ASM_UNWIND_EMIT_BEFORE_INSN + @node Exception Region Output @subsection Assembler Commands for Exception Regions |