mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-25 12:33:42 +01:00
(Logical change 1.85)
This commit is contained in:
parent
ee54f6cbbd
commit
c56b0d6b05
2 changed files with 10 additions and 0 deletions
5
src/ia64/Linstall_cursor.S
Normal file
5
src/ia64/Linstall_cursor.S
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#define UNW_LOCAL_ONLY
|
||||||
|
|
||||||
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
||||||
|
#include "Ginstall_cursor.S"
|
||||||
|
#endif
|
5
src/ia64/Lmk_cursor_i-ia64.c
Normal file
5
src/ia64/Lmk_cursor_i-ia64.c
Normal 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
|
Loading…
Reference in a new issue