summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--testsuite/ChangeLog6
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ad842ce..ef6f41dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-09 Frank Ch. Eigler <fche@elastic.org>
+
+ From James Bottomley <James.Bottomley@HansenPartnership.com>
+ * tapsets.cxx: (dwflpp::global_alias_cache): New member.
+ (declaration_resolve): Search it, called from translate_components.
+ (update_alias_cache): Populate it, called from query_cu.
2008-07-09 <wenji.huang@oracle.com>
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 9353cc32..7296f52c 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-09 Frank Ch. Eigler <fche@elastic.org>
+
+ From <James.Bottomley@HansenPartnership.com>:
+ * systemtap.base/declaration.exp: New test.
+ * lib/stap_compile.exp: New file, stap_compile moved from ...
+ * systemtap.base/marker.exp: ... here.
2008-07-01 Wenji Huang <wenji.huang@oracle.com>