aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-09-04 11:20:21 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-09-04 11:20:21 -0700
commit4c21ef03d15ae990db29e3ffb6a4be17cd458a59 (patch)
tree5e966e9d60dc8b553e7925abbaff08734452bc3e /gcc/unwind.h
parent7a98d9b2484ca82269f5f63850606f95c8a77a9c (diff)
downloadgcc-4c21ef03d15ae990db29e3ffb6a4be17cd458a59.zip
gcc-4c21ef03d15ae990db29e3ffb6a4be17cd458a59.tar.gz
gcc-4c21ef03d15ae990db29e3ffb6a4be17cd458a59.tar.bz2
unwind.h (_UA_END_OF_STACK): New flag.
* unwind.h (_UA_END_OF_STACK): New flag. * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it. From-SVN: r45384
Diffstat (limited to 'gcc/unwind.h')
-rw-r--r--gcc/unwind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unwind.h b/gcc/unwind.h
index 0ad5814..fc36913 100644
--- a/gcc/unwind.h
+++ b/gcc/unwind.h
@@ -87,6 +87,7 @@ typedef int _Unwind_Action;
#define _UA_CLEANUP_PHASE 2
#define _UA_HANDLER_FRAME 4
#define _UA_FORCE_UNWIND 8
+#define _UA_END_OF_STACK 16
/* This is an opaque type used to refer to a system-specific data
structure used by the system unwinder. This context is created and