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

This commit is contained in:
hp.com!davidm 2004-01-22 08:36:15 +00:00
parent bc0f731593
commit 42fafb9371
2 changed files with 10 additions and 0 deletions

5
src/x86/Lglobal-x86.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 "Gglobal-x86.c"
#endif

View 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