summaryrefslogtreecommitdiff
path: root/src/pal/src/libunwind/include/tdep-arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/libunwind/include/tdep-arm')
-rw-r--r--src/pal/src/libunwind/include/tdep-arm/libunwind_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pal/src/libunwind/include/tdep-arm/libunwind_i.h b/src/pal/src/libunwind/include/tdep-arm/libunwind_i.h
index 2602f41c4f..608107bfd3 100644
--- a/src/pal/src/libunwind/include/tdep-arm/libunwind_i.h
+++ b/src/pal/src/libunwind/include/tdep-arm/libunwind_i.h
@@ -254,6 +254,8 @@ dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
#define tdep_init UNW_OBJ(init)
#define arm_find_proc_info UNW_OBJ(find_proc_info)
#define arm_put_unwind_info UNW_OBJ(put_unwind_info)
+#define arm_cb_cache_data_init UNW_OBJ(cb_cache_data_init)
+
/* Platforms that support UNW_INFO_FORMAT_TABLE need to define
tdep_search_unwind_table. */
#define tdep_search_unwind_table UNW_OBJ(search_unwind_table)
@@ -296,6 +298,7 @@ extern int arm_find_proc_info (unw_addr_space_t as, unw_word_t ip,
void *arg);
extern void arm_put_unwind_info (unw_addr_space_t as,
unw_proc_info_t *pi, void *arg);
+extern void arm_cb_cache_data_init (void);
extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
unw_dyn_info_t *di, unw_proc_info_t *pi,
int need_unwind_info, void *arg);