summaryrefslogtreecommitdiff
path: root/include/tdep-hppa
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-08-02 17:31:36 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-08-20 08:46:46 +0300
commitd1e46149958d539ecb258a9e2b73cb63c708ef7b (patch)
treeb25f0765a8f74f2c739ab34cc1fa4c7681e37ba9 /include/tdep-hppa
parent971216f8d4f09e73a94b78c1cba8bbb6123078e4 (diff)
downloadlibunwind-d1e46149958d539ecb258a9e2b73cb63c708ef7b.tar.gz
HPPA: add `global_cache' member to unw_addr_space struct
dwarf/Gparser.c: In function 'get_rs_cache': dwarf/Gparser.c:522: error: 'struct unw_addr_space' has no member named 'global_cache'
Diffstat (limited to 'include/tdep-hppa')
-rw-r--r--include/tdep-hppa/libunwind_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tdep-hppa/libunwind_i.h b/include/tdep-hppa/libunwind_i.h
index 4bcbe960..20541cbb 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;
};