mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Do nothing of UNW_REMOTE_ONLY is defined.
(Logical change 1.48)
This commit is contained in:
parent
cd6b1537ce
commit
ad066d35b7
2 changed files with 8 additions and 4 deletions
|
@ -1,2 +1,4 @@
|
||||||
#include "elf32.h"
|
#ifndef UNW_REMOTE_ONLY
|
||||||
#include "elfxx.c"
|
# include "elf32.h"
|
||||||
|
# include "elfxx.c"
|
||||||
|
#endif
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
#include "elf64.h"
|
#ifndef UNW_REMOTE_ONLY
|
||||||
#include "elfxx.c"
|
# include "elf64.h"
|
||||||
|
# include "elfxx.c"
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue