From: Roland McGrath Date: Thu, 2 Jul 2009 08:10:26 +0000 (-0700) Subject: log entry, makefile nits X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=474fa6ca74501f97ff77fdd792ef5b1c42fd6e54;p=thirdparty%2Felfutils.git log entry, makefile nits --- diff --git a/tests/ChangeLog b/tests/ChangeLog index b988cfec0..cf956c612 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,13 @@ +2009-07-02 Roland McGrath + + * dwarf_edit.cc: New file. + * Makefile.am (noinst_PROGRAMS, TESTS): Add it. + (dwarf_edit_SOURCES, dwarf_edit_LDADD): New variables. + + * dwarf-print.cc (print_die): Templatify and move ... + * print-die.hh: ... here, new file. + * Makefile.am (noinst_HEADERS): New variable, add it. + 2009-07-01 Roland McGrath * run-dwarfcmp-self.sh: Run on dwarflint too. diff --git a/tests/Makefile.am b/tests/Makefile.am index 3531c9d24..ddd5de7d0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,6 +52,8 @@ else tests_rpath = no endif +noinst_HEADERS = print-die.hh + noinst_PROGRAMS = arextract arsymtest newfile saridx scnnames sectiondump \ showptable update1 update2 update3 update4 test-nlist \ show-die-info get-files get-lines get-pubnames \ @@ -88,7 +90,8 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \ run-disasm-x86.sh run-disasm-x86-64.sh \ run-early-offscn.sh run-dwarf-getmacros.sh \ - run-dwarfcmp-self.sh run-dwarflint-self.sh run-dwarf-attributes.sh + run-dwarfcmp-self.sh run-dwarflint-self.sh run-dwarf-attributes.sh \ + dwarf_edit # run-show-ciefde.sh if !STANDALONE