From bcde33fbb0a7991abbec44d76005c4acde723a86 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 18 Aug 2005 02:47:29 +0000 Subject: . --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 807ad670..039117b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-08-17 Roland McGrath + + 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 PR systemtap/1180 -- cgit