From bc93e287d0e7a100c1aba869398b5341839c1927 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 4 Sep 2003 12:47:46 +0200 Subject: libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2. * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function. * unwind.h (_Unwind_GetBSP): New prototype. * libgcc-std.ver: Add empty GCC_3.3.2 version. * mkmap-symver.awk: For symbol versions with no exported symbols, don't put anything into version script, just change all symbol versions which inherit from it to inherit from its ancestor. From-SVN: r71057 --- gcc/unwind.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/unwind.h') diff --git a/gcc/unwind.h b/gcc/unwind.h index a0d6ab3..35c765e 100644 --- a/gcc/unwind.h +++ b/gcc/unwind.h @@ -210,6 +210,9 @@ _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__))) 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.1