diff options
author | roland <roland> | 2005-08-24 22:47:16 +0000 |
---|---|---|
committer | roland <roland> | 2005-08-24 22:47:16 +0000 |
commit | cfb91814628cc727eca6c3060fba063d965e3a80 (patch) | |
tree | 36c43690a8817b81dc126c4fb7a562daabbc40fc | |
parent | 180294c169b38d634d1b5213d6dd2ed41ea4c700 (diff) | |
download | systemtap-steved-cfb91814628cc727eca6c3060fba063d965e3a80.tar.gz systemtap-steved-cfb91814628cc727eca6c3060fba063d965e3a80.tar.xz systemtap-steved-cfb91814628cc727eca6c3060fba063d965e3a80.zip |
.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-08-24 Roland McGrath <roland@redhat.com> + + * systemtap.spec.in: Update elfutils requirement. + 2005-08-24 Frank Ch. Eigler <fche@elastic.org> * translate.cxx (emit_global, emit_module_init): Use 2.6.9-compatible @@ -19,7 +23,7 @@ (varlock_w, varlock_r): New concrete subclasses. Update all users. * tapset/builtin_logging.stp (exit): Don't set last_error. * src/testsuite/buildok/sixteen.stp: New test. - + * tapsets.cxx: Temporarily rolled back graydon's changes. 2005-08-23 Graydon Hoare <graydon@redhat.com> @@ -50,7 +54,7 @@ PR systemtap/1213 * translate.cxx (visit_if_statement): Translate else arms. - + 2005-08-19 Frank Ch. Eigler <fche@elastic.org> PR systemtap/1209 |