1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-05 14:25:16 +02:00

Regenerate.

(Logical change 1.222)
This commit is contained in:
mostang.com!davidm 2004-05-04 22:19:18 +00:00
parent ba424722db
commit 823c634376
9 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#if !defined(UNW_REMOTE_ONLY)
#include "Gtest-init.cxx"
#endif

View file

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