From 4c21ef03d15ae990db29e3ffb6a4be17cd458a59 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 4 Sep 2001 11:20:21 -0700 Subject: 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 --- gcc/unwind.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/unwind.h') 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 -- cgit v1.1