summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2005-08-23 08:20:21 +0000
committerRoland McGrath <[email protected]>2005-08-23 08:20:21 +0000
commitd17fac7e89666b47811581b10b5ca0d253a3a82d (patch)
tree31a39f5bbf15cdaa7740ba91302651ad40c3fc1d /tests/ChangeLog
parent3712b288d1407cf6551d359cdaacb31bbf2b2a75 (diff)
2005-08-23 Roland McGrath <[email protected]>
* dwarf_attr_integrate.c (dwarf_attr_integrate): Treat DW_AT_specification the same as DW_AT_abstract_origin.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index b5b6e18f..17bef797 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-22 Roland McGrath <[email protected]>
+
+ * run-line2addr.sh: Add a case.
+ * testfile23.bz2: New data file.
+ * Makefile.am (EXTRA_DIST): Add it.
+
2005-08-18 Roland McGrath <[email protected]>
* run-addrscopes.sh: New file.
@@ -51,6 +57,14 @@
* Makefile.am (dwflmodtest_LDADD): Add $(libebl).
+2005-06-01 Roland McGrath <[email protected]>
+
+ * line2addr.c: Rewritten using libdwfl.
+ * run-line2addr.sh: Update test for changed arguments.
+ * Makefile.am (INCLUDES): Add libdwfl source directory to path.
+ (libdwfl): New variable.
+ (line2addr_LDADD): Use it.
+
2005-07-28 Roland McGrath <[email protected]>
* dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.