1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-18 07:41:44 +02:00

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)
This commit is contained in:
mostang.com!davidm 2002-02-23 20:27:03 +00:00
parent 95ce9146a7
commit 96e3133a62

View file

@ -26,8 +26,6 @@ License. */
#include <stdint.h>
#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;