diff --git a/src/x86/Lglobal-x86.c b/src/x86/Lglobal-x86.c new file mode 100644 index 00000000..9c1b409c --- /dev/null +++ b/src/x86/Lglobal-x86.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Gglobal-x86.c" +#endif diff --git a/src/x86/Lset_caching_policy-x86.c b/src/x86/Lset_caching_policy-x86.c new file mode 100644 index 00000000..d1bf6ad9 --- /dev/null +++ b/src/x86/Lset_caching_policy-x86.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Gset_caching_policy-x86.c" +#endif