From 58e8ec84f450f5f4eb00f4c445de9562bfa359e9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 4 Sep 2003 05:57:06 +0000 Subject: Update. 22003-09-04 Jakub Jelinek * sysdeps/generic/unwind.h (_Unwind_GetBSP): Add prototype. 003-09-03 Ulrich Drepper --- sysdeps/generic/unwind.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/unwind.h b/sysdeps/generic/unwind.h index 08d3381175..31c7054c2c 100644 --- a/sysdeps/generic/unwind.h +++ b/sysdeps/generic/unwind.h @@ -200,6 +200,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 1.4.1