summaryrefslogtreecommitdiff
path: root/include/tdep-ppc32/libunwind_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tdep-ppc32/libunwind_i.h')
-rw-r--r--include/tdep-ppc32/libunwind_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tdep-ppc32/libunwind_i.h b/include/tdep-ppc32/libunwind_i.h
index 7e669977..06c00236 100644
--- a/include/tdep-ppc32/libunwind_i.h
+++ b/include/tdep-ppc32/libunwind_i.h
@@ -252,7 +252,7 @@ dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
}
#define tdep_getcontext_trace unw_getcontext
-#define tdep_needs_initialization UNW_OBJ(needs_initialization)
+#define tdep_init_done UNW_OBJ(init_done)
#define tdep_init UNW_OBJ(init)
/* Platforms that support UNW_INFO_FORMAT_TABLE need to define
tdep_search_unwind_table. */
@@ -291,7 +291,7 @@ extern int tdep_fetch_proc_info_post (struct dwarf_cursor *c, unw_word_t ip,
#define tdep_get_ip(c) ((c)->dwarf.ip)
#define tdep_big_endian(as) 1
-extern int tdep_needs_initialization;
+extern int tdep_init_done;
extern void tdep_init (void);
extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,