mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Regenerate.
(Logical change 1.222)
This commit is contained in:
parent
ba424722db
commit
823c634376
9 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue