From ea875f6efe3bb8adfb0cd5c46481e92462efd788 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Fri, 7 Nov 2003 02:43:04 +0000 Subject: Gcc 3.3.3 20031106. --- contrib/gcc/unwind.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/gcc/unwind.h') diff --git a/contrib/gcc/unwind.h b/contrib/gcc/unwind.h index af4e8afedc63..4f39223b03ec 100644 --- a/contrib/gcc/unwind.h +++ b/contrib/gcc/unwind.h @@ -210,6 +210,9 @@ _Unwind_GetTextRelBase (struct _Unwind_Context *_C) abort (); return 0; } + +/* @@@ Retrieve the Backing Store Pointer of the given context. */ +extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *); #else extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *); extern _Unwind_Ptr _Unwind_GetTextRelBase (struct _Unwind_Context *); -- cgit v1.2.3