summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2006-06-27 21:21:33 +0000
committerroland <roland>2006-06-27 21:21:33 +0000
commit7be90969051f3e5a35afaab063c36ad87de063c6 (patch)
treee404f138302c71616ab15f5ef45f39f238e1dd24
parente499faf0634cac933cee7b47f1152a0a03e36ca0 (diff)
downloadsystemtap-steved-7be90969051f3e5a35afaab063c36ad87de063c6.tar.gz
systemtap-steved-7be90969051f3e5a35afaab063c36ad87de063c6.tar.xz
systemtap-steved-7be90969051f3e5a35afaab063c36ad87de063c6.zip
.
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d1353639..6432eaf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,19 @@
+2006-06-27 Roland McGrath <roland@redhat.com>
+
+ * runtest.sh: Don't use eval, use proper quoting.
+
+ * tapsets.cxx (dwflpp::emit_address): New instance method. Get
+ relocation details from Dwfl to emit in comment after address constant.
+ (dwflpp::loc2c_emit_address): Just call that.
+
2006-06-26 Li Guanglei <guanglei@cn.ibm.com>
* lket.in.5: update to AIO event hooks
-
+
2006-06-23 Thang P Nguyen <thang.p.nguyen@intel.com>
* testsuite/buildok/tcp_test.stp: updated inet calls
- * testsuite/buildok/udp_test.stp: test udp tapset
+ * testsuite/buildok/udp_test.stp: test udp tapset
2006-06-22 Thang P Nguyen <thang.p.nguyen@intel.com>