summaryrefslogtreecommitdiffstats
path: root/gcc/unwind.h
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-27 10:33:56 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-27 10:33:56 +0000
commit41acc81bf834423f73bf99ecf5232c1b76d88dd6 (patch)
tree34f512ad54f7839e2ebb92fb1e051fff27f5dbd6 /gcc/unwind.h
parent094e88fc8ec721de1b5d7326ace7d95a28715724 (diff)
downloadppe42-gcc-41acc81bf834423f73bf99ecf5232c1b76d88dd6.tar.gz
ppe42-gcc-41acc81bf834423f73bf99ecf5232c1b76d88dd6.zip
2002-11-26 Andrew Haley <aph@redhat.com>
* unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename from_Unwind_Find_Enclosing_Function. * unwind-dw2.c (_Unwind_FindEnclosingFunction): Likewise. * config/ia64/unwind-ia64.c (_Unwind_FindEnclosingFunction): Likewise. * libgcc-std.ver (_Unwind_FindEnclosingFunction): Rename from _Unwind_Find_Enclosing_Function, export @@GCC_3.3. * unwind.h (_Unwind_FindEnclosingFunction): Add. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59568 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind.h')
-rw-r--r--gcc/unwind.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/unwind.h b/gcc/unwind.h
index 3002d504174..218181c218c 100644
--- a/gcc/unwind.h
+++ b/gcc/unwind.h
@@ -192,6 +192,10 @@ extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *);
extern _Unwind_Ptr _Unwind_GetTextRelBase (struct _Unwind_Context *);
#endif
+/* @@@ Given an address, return the entry point of the function that
+ contains it. */
+extern void * _Unwind_FindEnclosingFunction (void *pc);
+
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud