libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 02/27] HPPA: add `global_cache' member to unw_a


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 02/27] HPPA: add `global_cache' member to unw_addr_space struct
Date: Wed, 22 Aug 2012 14:28:28 +0300

dwarf/Gparser.c: In function 'get_rs_cache':
dwarf/Gparser.c:522: error: 'struct unw_addr_space' has no member named 
'global_cache'
---
 include/tdep-hppa/libunwind_i.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/tdep-hppa/libunwind_i.h b/include/tdep-hppa/libunwind_i.h
index 4bcbe96..20541cb 100644
--- a/include/tdep-hppa/libunwind_i.h
+++ b/include/tdep-hppa/libunwind_i.h
@@ -52,6 +52,7 @@ struct unw_addr_space
 #endif
     unw_word_t dyn_generation;         /* see dyn-common.h */
     unw_word_t dyn_info_list_addr;     /* (cached) dyn_info_list_addr */
+    struct dwarf_rs_cache global_cache;
     struct unw_debug_frame_list *debug_frames;
    };
 
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]