1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-26 00:57:39 +01:00
(Logical change 1.99)
This commit is contained in:
mostang.com!davidm 2003-09-24 05:03:10 +00:00
parent e15cb5ce54
commit dce915e1f6
6 changed files with 15 additions and 5 deletions

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
#ifndef UNW_REMOTE_ONLY
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gtest-exc.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 "Gtest-init.cxx"
#endif

View file

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