mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
(Logical change 1.158)
This commit is contained in:
parent
bc0f731593
commit
42fafb9371
2 changed files with 10 additions and 0 deletions
5
src/x86/Lglobal-x86.c
Normal file
5
src/x86/Lglobal-x86.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define UNW_LOCAL_ONLY
|
||||
#include <libunwind.h>
|
||||
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
||||
#include "Gglobal-x86.c"
|
||||
#endif
|
5
src/x86/Lset_caching_policy-x86.c
Normal file
5
src/x86/Lset_caching_policy-x86.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define UNW_LOCAL_ONLY
|
||||
#include <libunwind.h>
|
||||
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
||||
#include "Gset_caching_policy-x86.c"
|
||||
#endif
|
Loading…
Reference in a new issue