From 29a98b6cc3321cd3ce0af3250b73e8e3719da036 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Sat, 24 Jan 2004 07:27:00 +0000 Subject: [PATCH] (unw_addr_space_t.shared_object_removals): Adjust type to "unsigned long long" to match glibc. (Logical change 1.161) --- include/tdep-ia64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tdep-ia64.h b/include/tdep-ia64.h index 0d515a86..dc94a23c 100644 --- a/include/tdep-ia64.h +++ b/include/tdep-ia64.h @@ -101,7 +101,7 @@ struct unw_addr_space unw_word_t dyn_generation; unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */ #ifndef UNW_REMOTE_ONLY - int shared_object_removals; + unsigned long long shared_object_removals; #endif struct ia64_script_cache global_cache;