From: hjl Date: Thu, 17 Mar 2005 16:52:47 +0000 (+0000) Subject: 2005-03-17 H.J. Lu X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf28d4b1ad6491ff30ecd6a426d088ccb864277a;p=thirdparty%2Fgcc.git 2005-03-17 H.J. Lu PR target/18380 * config/ia64/unwind-ia64.c (_Unwind_FindTableEntry): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96619 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a74a4975ca6..beaa6d50ee93 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 31b0e4cdf585..078bc291acfd 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);