diff options
author | roland <roland> | 2006-06-27 21:21:33 +0000 |
---|---|---|
committer | roland <roland> | 2006-06-27 21:21:33 +0000 |
commit | 7be90969051f3e5a35afaab063c36ad87de063c6 (patch) | |
tree | e404f138302c71616ab15f5ef45f39f238e1dd24 | |
parent | e499faf0634cac933cee7b47f1152a0a03e36ca0 (diff) | |
download | systemtap-steved-7be90969051f3e5a35afaab063c36ad87de063c6.tar.gz systemtap-steved-7be90969051f3e5a35afaab063c36ad87de063c6.tar.xz systemtap-steved-7be90969051f3e5a35afaab063c36ad87de063c6.zip |
.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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> |