diff options
author | roland <roland> | 2005-08-18 02:47:29 +0000 |
---|---|---|
committer | roland <roland> | 2005-08-18 02:47:29 +0000 |
commit | bcde33fbb0a7991abbec44d76005c4acde723a86 (patch) | |
tree | d983a5a3dbaae7ae3b53f1b9fcf035ec4c98cb91 | |
parent | 377b204ca14fbe0aa052ab28f9a5233181fc11fc (diff) | |
download | systemtap-steved-bcde33fbb0a7991abbec44d76005c4acde723a86.tar.gz systemtap-steved-bcde33fbb0a7991abbec44d76005c4acde723a86.tar.xz systemtap-steved-bcde33fbb0a7991abbec44d76005c4acde723a86.zip |
.
-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 |