]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
log entry, makefile nits
authorRoland McGrath <roland@redhat.com>
Thu, 2 Jul 2009 08:10:26 +0000 (01:10 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 2 Jul 2009 08:10:26 +0000 (01:10 -0700)
tests/ChangeLog
tests/Makefile.am

index b988cfec07cdf4235ca1a5f214c8c03260363c9b..cf956c612bb91a171110af7cde02a2075b0df9ca 100644 (file)
@@ -1,3 +1,13 @@
+2009-07-02  Roland McGrath  <roland@redhat.com>
+
+       * 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  <roland@redhat.com>
 
        * run-dwarfcmp-self.sh: Run on dwarflint too.
index 3531c9d247576771f24afd7ac10f6c144073cfa1..ddd5de7d0e4ff3bd9a9ff666f78973253a38c33e 100644 (file)
@@ -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