mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
Include "libunwind_i.h" instead of "tdep.h".
Include "elfxx.c" instead of "elf64.c". (Logical change 1.294)
This commit is contained in:
parent
d9e100753f
commit
67f90c24be
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
/* We need to get a separate copy of the ELF-code into
|
||||
libunwind-ptrace since it cannot (and must not) have any ELF
|
||||
dependencies on libunwind. */
|
||||
#include "libunwind_i.h" /* get ELFCLASS defined */
|
||||
#include "../elfxx.c"
|
Loading…
Reference in a new issue