aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-08-12 13:45:44 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-08-12 13:45:44 +0000
commit5cf58f28c3a5e69185d70935c5646e5705b16e32 (patch)
treebd41be2b2f277347ec7c659f2f715a77957204c4 /gcc/doc
parentdb24c53d558c97d02b8c4d5d140a8c24a375fc92 (diff)
downloadgcc-5cf58f28c3a5e69185d70935c5646e5705b16e32.zip
gcc-5cf58f28c3a5e69185d70935c5646e5705b16e32.tar.gz
gcc-5cf58f28c3a5e69185d70935c5646e5705b16e32.tar.bz2
dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh frame info.
* dwarf2out.h (dwarf2out_frame_finish): Conditionalize outputting eh frame info. * doc/tm.texi: Document interaction between TARGET_UNWIND_INFO and DWARF2_UNWIND_INFO. From-SVN: r85871
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 2910730..26b4914 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -7558,12 +7558,13 @@ Otherwise, if your target supports this information (if it defines
or @samp{OBJECT_FORMAT_ELF}), GCC will provide a default definition of
1.
-If this macro is defined to 1, the DWARF 2 unwinder will be the default
-exception handling mechanism; otherwise, @code{setjmp}/@code{longjmp} will be used by
-default.
+If @code{TARGET_UNWIND_INFO} is defined, the target specific unwinder
+will be used in all cases. Defining this macro will enable the generation
+of DWARF 2 frame debugging information.
-If this macro is defined to anything, the DWARF 2 unwinder will be used
-instead of inline unwinders and @code{__unwind_function} in the non-@code{setjmp} case.
+If @code{TARGET_UNWIND_INFO} is not defined, and this macro is defined to 1,
+the DWARF 2 unwinder will be the default exception handling mechanism;
+otherwise, @code{setjmp}/@code{longjmp} will be used by default.
@end defmac
@defmac TARGET_UNWIND_INFO