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.84)

This commit is contained in:
mostang.com!davidm 2003-04-23 05:56:59 +00:00
parent 6da53a7b66
commit 18b186bf30

5
src/ia64/Lrbs-ia64.c Normal file
View file

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