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


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to