diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,8 +1,17 @@ 2006-02-23 Martin Hunt <hunt@redhat.com> - * Makefile.am (install-data-local): Create tapset/i686 and tapset/x86_64 - directories. This fixes a problem where they were included, but had - bad permissions. + PR 1989. Adds support for %p in printf + * staptree.h (struct print_format): Add conv_unsigned_ptr. + * staptree.cxx (components_to_string): Output 'p' + for conv_unsigned_ptr. + * elaborate.cxx (visit_print_format): Add case for + conv_unsigned_ptr. + +2006-02-23 Martin Hunt <hunt@redhat.com> + + * Makefile.am (install-data-local): Create tapset/i686 and + tapset/x86_64 directories. This fixes a problem where they + were included, but had bad permissions. * Makefile.in: Rebuilt. 2006-02-22 Frank Ch. Eigler <fche@elastic.org> |