diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2008-10-27 Josh Stone <joshua.i.stone@intel.com> + + * translate.cxx (c_unparser::visit_print_format): Fix the argument passed + for printf %c formats. + +2008-10-27 Rajan Arora <rarora@redhat.com> + + * elaborate.cxx (add_global_var_display): Added check for globals + from tapsets. + +2008-10-24 Josh Stone <joshua.i.stone@intel.com> + + * tapsets.cxx (hrtimer_derived_probe_group::emit_module_decls): Support + the new abstractions around the hrtimer expires field. The field is + renamed starting in 2.6.28-rc1, but accessor functions are provided for + general access. + * buildrun.cxx (compile_pass): Added autoconf-hrtimer-getset-expires.c + +2008-10-24 Jim Keniston <jkenisto@us.ibm.com> + + PR6946 + * tapsets.cxx: Allow probing of 32-bit ppc apps with + a ppc64 kernel. + 2008-10-20 Elliott Baron <ebaron@redhat.com> PR6851 |