diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2005-08-17 Roland McGrath <roland@redhat.com> + + PR systemtap/1205, systemtap/1206 + * loc2c.c (c_translate_fetch): Take TYPEDIE instead of TYPEATTR. + (c_translate_store): Likewise. + * loc2c.h: Update decls. + * loc2c-test.c (handle_variable): Update callers. + Look up type, resolve typedefs, and check that it's DW_TAG_base_type. + * tapsets.cxx (dwflpp::literal_stmt_for_local): Likewise. + + * loc2c.c (base_byte_size): Add assert on expected DIE tag. + (c_translate_array, c_translate_pointer): Likewise. + * loc2c.h: Amend comments to explicitly state type DIE tags expected. + + * loc2c.c: #include "loc2c.h". + 2005-08-16 Frank Ch. Eigler <fche@elastic.org> PR systemtap/1180 |