1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-22 09:41:44 +02: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:
hp.com!davidm 2005-05-20 09:48:08 +00:00
parent d9e100753f
commit 67f90c24be

View file

@ -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"