From 96e3133a62952fedab8f4828052d6da1822e437a Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Sat, 23 Feb 2002 20:27:03 +0000 Subject: [PATCH] Remove include of libunwind-config.h. Include libunwind-tdep.h instead of opencoding an architecture-specific include. 2002/02/23 12:16:40-08:00 mostang.com!davidm Rename: include/libunwind.h.in -> include/libunwind.h (Logical change 1.7) --- include/libunwind.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/libunwind.h b/include/libunwind.h index 75730b1c..50c25570 100644 --- a/include/libunwind.h +++ b/include/libunwind.h @@ -26,8 +26,6 @@ License. */ #include -#include "libunwind-config.h" - #ifdef UNW_LOCAL_ONLY # define UNW_PREFIX _Ul_ #else /* !UNW_LOCAL_ONLY */ @@ -38,11 +36,7 @@ License. */ #define UNW_PASTE(x,y) UNW_PASTE2(x,y) #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn) -#if defined(UNW_TARGET_IA64) -# include "libunwind-ia64.h" -#else -# error Sorry, target architecture is not yet supported. -#endif +#include "libunwind-tdep.h" typedef unw_tdep_word_t unw_word_t;