diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-04 18:20:21 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-04 18:20:21 +0000 |
commit | 8c5845924576f2fcdf955f299830454c290d5943 (patch) | |
tree | 5e966e9d60dc8b553e7925abbaff08734452bc3e /gcc/unwind.h | |
parent | 2bfbbd2b275955dece7fedae08ed99e649ba8318 (diff) | |
download | gcc-8c5845924576f2fcdf955f299830454c290d5943.tar.gz |
* unwind.h (_UA_END_OF_STACK): New flag.
* unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45384 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind.h')
-rw-r--r-- | gcc/unwind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unwind.h b/gcc/unwind.h index 0ad58144896..fc36913d979 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 |