1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

(Logical change 1.85)

This commit is contained in:
mostang.com!davidm 2003-04-23 19:22:42 +00:00
parent ee54f6cbbd
commit c56b0d6b05
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#define UNW_LOCAL_ONLY
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Ginstall_cursor.S"
#endif

View file

@ -0,0 +1,5 @@
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gmk_cursor_i-ia64.c"
#endif