From: H.J. Lu Date: Thu, 17 Mar 2005 16:52:47 +0000 (+0000) Subject: re PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwind.so.7) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c103070f31effb78b00ef1a4ecdc8f811381e07;p=gcc.git re PR target/18380 (_Unwind_FindTableEntry shouldn't be exported from libunwind.so.7) 2005-03-17 H.J. Lu PR target/18380 * config/ia64/unwind-ia64.c (_Unwind_FindTableEntry): Removed. From-SVN: r96619 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a74a4975ca..beaa6d50ee9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-03-17 H.J. Lu + + PR target/18380 + * config/ia64/unwind-ia64.c (_Unwind_FindTableEntry): Removed. + 2005-03-17 Kazu Hirata * config/h8300/h8300.c (h8300_init_once): Use MASK_H8300S_1 diff --git a/gcc/config/ia64/unwind-ia64.c b/gcc/config/ia64/unwind-ia64.c index 31b0e4cdf58..078bc291acf 100644 --- a/gcc/config/ia64/unwind-ia64.c +++ b/gcc/config/ia64/unwind-ia64.c @@ -2387,7 +2387,6 @@ uw_identify_context (struct _Unwind_Context *context) alias (_Unwind_Backtrace); alias (_Unwind_DeleteException); alias (_Unwind_FindEnclosingFunction); -alias (_Unwind_FindTableEntry); alias (_Unwind_ForcedUnwind); alias (_Unwind_GetBSP); alias (_Unwind_GetCFA);