From bb25a5ed3b7b23290d2e2b74b48f9b4707e950bc Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Tue, 28 Jan 2003 03:40:06 +0000 Subject: [PATCH] (tdep_search_unwind_table): Explicitly call _Uia64_search_unwind_table(). Remove declaration of same name; this is now done in libunwind-ia64.h. (Logical change 1.43) --- include/tdep-ia64.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/tdep-ia64.h b/include/tdep-ia64.h index ec901e77..cb50af78 100644 --- a/include/tdep-ia64.h +++ b/include/tdep-ia64.h @@ -173,7 +173,7 @@ struct ia64_global_unwind_state /* Platforms that support UNW_INFO_FORMAT_TABLE need to define tdep_search_unwind_table. */ #define tdep_search_unwind_table(a,b,c,d,e,f) \ - UNW_ARCH_OBJ(search_unwind_table) (a,b,c,d,e,f) + _Uia64_search_unwind_table (a, b, c, d, e, f) #define tdep_find_proc_info(as,ip,pi,n,a) \ UNW_ARCH_OBJ(find_proc_info) (as,ip,pi,n,a) #define tdep_put_unwind_info(a,b,c) UNW_ARCH_OBJ(put_unwind_info)(a,b,c) @@ -182,9 +182,6 @@ struct ia64_global_unwind_state #define unw UNW_ARCH_OBJ(data) -extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip, - unw_dyn_info_t *di, unw_proc_info_t *pi, - int need_unwind_info, void *arg); extern int tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg);