1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-23 20:03:43 +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:
hp.com!davidm 2003-11-27 06:52:54 +00:00
parent 1150a638d6
commit c974464933

View file

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