From 3ad49031540831eaed9e6e637a74ceedf1fa5c30 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Fri, 20 May 2005 09:48:08 +0000 Subject: [PATCH] Include "libunwind_i.h" instead of "tdep.h". Include "mempool.h". (dwarf_reg_state_pool): Move here from dwarf.h. (dwarf_cie_info_pool): Likewise. Include "libunwind_i.h" instead of "tdep.h". (Logical change 1.294) --- include/dwarf_i.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/dwarf_i.h b/include/dwarf_i.h index d9c5a619..c75e7b6a 100644 --- a/include/dwarf_i.h +++ b/include/dwarf_i.h @@ -7,7 +7,8 @@ files are compiled with inlining disabled. */ #include "dwarf.h" -#include "tdep.h" +#include "libunwind_i.h" +#include "mempool.h" #ifndef dwarf_to_unw_regnum # define dwarf_to_unw_regnum_map UNW_OBJ (dwarf_to_unw_regnum_map) @@ -19,6 +20,9 @@ (((reg) <= DWARF_REGNUM_MAP_LENGTH) ? dwarf_to_unw_regnum_map[reg] : 0) #endif +extern struct mempool dwarf_reg_state_pool; +extern struct mempool dwarf_cie_info_pool; + #ifdef UNW_LOCAL_ONLY /* In the local-only case, we can let the compiler directly access