From 48723262f780bea9ac8ced973be6555d36e9877f Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Tue, 25 Nov 2003 22:33:49 +0000 Subject: [PATCH] (_Uia64_find_dyn_list): Pass unw_dyn_info_t pointer instead of its members. (Logical change 1.126) --- include/libunwind-ia64.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/libunwind-ia64.h b/include/libunwind-ia64.h index 6059d4c2..17c0636d 100644 --- a/include/libunwind-ia64.h +++ b/include/libunwind-ia64.h @@ -166,8 +166,7 @@ extern int _Uia64_search_unwind_table (unw_addr_space_t as, unw_word_t ip, an IA-64 unwind table. If the entry exists in the table, the list-address is returned. In all other cases, 0 is returned. */ extern unw_word_t _Uia64_find_dyn_list (unw_addr_space_t as, - void *table, size_t table_size, - unw_word_t segbase, unw_word_t gp, + unw_dyn_info_t *di, void *arg); /* This is a helper routine to obtain the kernel-unwind info. It is