mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-14 20:28:12 +01:00
790be1e40d
"make check" passed. ====================================================== All 34 tests behaved as expected (2 expected failures) ====================================================== Zhi-Gang Liu @ Tilera
5 lines
142 B
C
5 lines
142 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
|
#include "Gcreate_addr_space.c"
|
|
#endif
|