summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdw/ChangeLog5
-rw-r--r--libdw/Makefile.am3
-rw-r--r--src/ChangeLog6
-rw-r--r--src/Makefile.am8
-rw-r--r--tests/Makefile.am2
5 files changed, 19 insertions, 5 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 205599cd..837dfa64 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-02 Roland McGrath <[email protected]>
+
+ * Makefile.am (noinst_HEADERS): Add known-dwarf.h and
+ c++/dwarf-knowledge.cc here.
+
2009-03-29 Roland McGrath <[email protected]>
* c++/exception.cc: New file.
diff --git a/libdw/Makefile.am b/libdw/Makefile.am
index 3919945a..2e35cdc1 100644
--- a/libdw/Makefile.am
+++ b/libdw/Makefile.am
@@ -94,6 +94,7 @@ libdwpp_a_SOURCES = c++/values.cc \
c++/known.cc \
c++/line_info.cc \
c++/edit-values.cc
+noinst_HEADERS = c++/dwarf-knowledge.cc
if MAINTAINER_MODE
BUILT_SOURCES = $(srcdir)/known-dwarf.h
@@ -144,7 +145,7 @@ endif
libdw_a_LIBADD = $(addprefix ../libdwfl/,$(shell $(AR) t ../libdwfl/libdwfl.a))
-noinst_HEADERS = libdwP.h memory-access.h dwarf_abbrev_hash.h
+noinst_HEADERS += libdwP.h memory-access.h dwarf_abbrev_hash.h known-dwarf.h
EXTRA_DIST = libdw.map
diff --git a/src/ChangeLog b/src/ChangeLog
index cfe9e5f0..82ed3858 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-02 Roland McGrath <[email protected]>
+
+ * Makefile.am (noinst_HEADERS): Add dwarfstrings.h here.
+ (dwarflint_SOURCES): Add dwarflint-expected.hh and dwarflint.h here.
+ (noinst_HEADERS): Add expr_opcodes.h too.
+
2009-03-24 Roland McGrath <[email protected]>
* Makefile.am (libdwplusplus_SOURCES): Variable removed.
diff --git a/src/Makefile.am b/src/Makefile.am
index 934037aa..11b9b276 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,13 +83,15 @@ libar_a_SOURCES = arlib.c arlib2.c
dwarfcmp_SOURCES = dwarfcmp.cc
-dwarflint_SOURCES = dwarflint.c dwarflint-hl.cc \
- dwarflint-expected-at.cc dwarfstrings.c
+dwarflint_SOURCES = dwarflint.c dwarflint.h dwarflint-hl.cc \
+ dwarflint-expected-at.cc dwarflint-expected.hh \
+ dwarfstrings.c
readelf_SOURCES = readelf.c dwarfstrings.c
noinst_HEADERS = ld.h symbolhash.h sectionhash.h versionhash.h \
- ldscript.h xelf.h unaligned.h
+ ldscript.h xelf.h unaligned.h dwarfstrings.h \
+ expr_opcodes.h
EXTRA_DIST = elf32-i386.script libld_elf_i386.map $(ld_modules) arlib.h \
debugpred.h
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3efc3142..530aa088 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -144,7 +144,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \
testfile44.S.bz2 testfile44.expect.bz2 run-disasm-x86.sh \
testfile45.S.bz2 testfile45.expect.bz2 run-disasm-x86-64.sh \
testfile46.bz2 testfile47.bz2 testfile48.bz2 testfile48.debug.bz2 \
- testfile49.bz2 dwarf-attributes.sh
+ testfile49.bz2 run-dwarf-attributes.sh
installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir) \
bindir=$(DESTDIR)$(bindir) \