diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 05:57:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 05:57:06 +0000 |
commit | 58e8ec84f450f5f4eb00f4c445de9562bfa359e9 (patch) | |
tree | 943fa8c31e4cd0573b96e92595c5beea375155a0 /sysdeps/generic/unwind.h | |
parent | 35504a6f2d420cb5c80dff987d7e76d5fd0f109b (diff) | |
download | glibc-58e8ec84f450f5f4eb00f4c445de9562bfa359e9.tar.gz glibc-58e8ec84f450f5f4eb00f4c445de9562bfa359e9.tar.xz glibc-58e8ec84f450f5f4eb00f4c445de9562bfa359e9.zip |
Update.
22003-09-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/unwind.h (_Unwind_GetBSP): Add prototype. 003-09-03 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'sysdeps/generic/unwind.h')
-rw-r--r-- | sysdeps/generic/unwind.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 *); |