summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2005-08-18 02:47:29 +0000
committerroland <roland>2005-08-18 02:47:29 +0000
commitbcde33fbb0a7991abbec44d76005c4acde723a86 (patch)
treed983a5a3dbaae7ae3b53f1b9fcf035ec4c98cb91
parent377b204ca14fbe0aa052ab28f9a5233181fc11fc (diff)
downloadsystemtap-steved-bcde33fbb0a7991abbec44d76005c4acde723a86.tar.gz
systemtap-steved-bcde33fbb0a7991abbec44d76005c4acde723a86.tar.xz
systemtap-steved-bcde33fbb0a7991abbec44d76005c4acde723a86.zip
.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 807ad670..039117b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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