mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
Delete include of elf64.h. The "tdep.h" header-file is responsible
for including the appropriate file. (Logical change 1.130)
This commit is contained in:
parent
1150a638d6
commit
c974464933
1 changed files with 0 additions and 5 deletions
|
@ -32,11 +32,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
#include "tdep.h"
|
||||
#include "os-linux.h"
|
||||
|
||||
/* Here, it doesn't matter whether we include elf64.h or elf32.h.
|
||||
Both define "struct elf_image" and elf_map_image() in an identical
|
||||
fashion. */
|
||||
#include "elf64.h"
|
||||
|
||||
HIDDEN int
|
||||
tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
||||
unsigned long *segbase, unsigned long *mapoff)
|
||||
|
|
Loading…
Reference in a new issue