mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-10 19:08:21 +01: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:
parent
95ce9146a7
commit
96e3133a62
1 changed files with 1 additions and 7 deletions
|
@ -26,8 +26,6 @@ License. */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libunwind-config.h"
|
|
||||||
|
|
||||||
#ifdef UNW_LOCAL_ONLY
|
#ifdef UNW_LOCAL_ONLY
|
||||||
# define UNW_PREFIX _Ul_
|
# define UNW_PREFIX _Ul_
|
||||||
#else /* !UNW_LOCAL_ONLY */
|
#else /* !UNW_LOCAL_ONLY */
|
||||||
|
@ -38,11 +36,7 @@ License. */
|
||||||
#define UNW_PASTE(x,y) UNW_PASTE2(x,y)
|
#define UNW_PASTE(x,y) UNW_PASTE2(x,y)
|
||||||
#define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn)
|
#define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn)
|
||||||
|
|
||||||
#if defined(UNW_TARGET_IA64)
|
#include "libunwind-tdep.h"
|
||||||
# include "libunwind-ia64.h"
|
|
||||||
#else
|
|
||||||
# error Sorry, target architecture is not yet supported.
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef unw_tdep_word_t unw_word_t;
|
typedef unw_tdep_word_t unw_word_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue