Stop using libdwarf from SGI, use the one in elfutils instead, the code got

much cleaner and now uses what seems to be a better maintained DWARF library
that hopefully works well on 64bit platforms, well see.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2006-10-26 03:06:32 -03:00
parent e5e7c6fc8b
commit d36e7147f0
2 changed files with 200 additions and 913 deletions

View File

@ -6,14 +6,12 @@ bindir = $(exec_prefix)/bin
libdir = $(exec_prefix)/lib
INSTALL_DATA = ${INSTALL} -m 644
SHELL = /bin/sh
CC = gcc
LIBS = -L../libdwarf -ldwarf -lelf
INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libdwarf
LIBS = -ldw -lelf
INCLUDES = -I. -I/usr/include/elfutils
CFLAGS = -g -O2 $(INCLUDES)
LDFLAGS = $(LIBS)
DIRINC = $(srcdir)/../libdwarf
INSTALL = cp
binprefix =

1107
pahole.c

File diff suppressed because it is too large Load Diff