summaryrefslogtreecommitdiffstats
path: root/gcc/unwind.h
diff options
context:
space:
mode:
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