summaryrefslogtreecommitdiff
path: root/gcc/unwind-sjlj.c
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-sjlj.c
parent094e88fc8ec721de1b5d7326ace7d95a28715724 (diff)
downloadgcc-41acc81bf834423f73bf99ecf5232c1b76d88dd6.tar.gz
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-sjlj.c')
-rw-r--r--gcc/unwind-sjlj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c
index 59b54154ea3..e1063b4a9c1 100644
--- a/gcc/unwind-sjlj.c
+++ b/gcc/unwind-sjlj.c
@@ -209,7 +209,7 @@ _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused))
}
void *
-_Unwind_Find_Enclosing_Function (void *pc)
+_Unwind_FindEnclosingFunction (void *pc)
{
return NULL;
}