summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorsirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-17 16:47:06 +0000
committersirl <sirl@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-17 16:47:06 +0000
commitf55a82371272c5c73f7d87c0db172430cc10fff1 (patch)
tree2df18b9237bc77444618ca9aa5a41cc72025a971 /gcc/doc
parent420ebdf9b0789a7cfc6a13745ea6d1357e7a86b2 (diff)
downloadgcc-f55a82371272c5c73f7d87c0db172430cc10fff1.tar.gz
2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68094 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 6a686e93643..b2e767223cc 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -3068,6 +3068,9 @@ the stack pointer value. If the frame can be decoded, the register save
addresses should be updated in @var{fs} and the macro should branch to
@var{success}. If the frame cannot be decoded, the macro should do
nothing.
+
+For proper signal handling in Java this macro is accompanied by
+@code{MAKE_THROW_FRAME}, defined in @file{libjava/include/*-signal.h} headers.
@end table
@node Stack Checking