diff options
author | roland <roland> | 2005-11-26 23:21:05 +0000 |
---|---|---|
committer | roland <roland> | 2005-11-26 23:21:05 +0000 |
commit | ad6b152158f20b16192c06206d0ef439df2d08c7 (patch) | |
tree | a7f72062ff7030533440b7018adc712f33597d94 | |
parent | bb1b26196a0dcbfc72bd3de56eecf0ed1471d4c3 (diff) | |
download | systemtap-steved-ad6b152158f20b16192c06206d0ef439df2d08c7.tar.gz systemtap-steved-ad6b152158f20b16192c06206d0ef439df2d08c7.tar.xz systemtap-steved-ad6b152158f20b16192c06206d0ef439df2d08c7.zip |
typo
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,9 +32,9 @@ (visit_stat_op): Only fail if inferred type is not pe_long. * parse.cxx (parser::parse): Don't pass per-file statistic_decl - into parse_global. + into parse_global. (parser::parse_global): Don't parse global statistic_decls, - they're obsolete. + they're obsolete. * parse.hh (parser::parse_global): Adjust signature to match. * session.h (statistic_decl::operator==): New method. @@ -73,7 +73,7 @@ 2005-11-21 Roland McGrath <roland@redhat.com> * loc2c.c (c_translate_location): Take Dwarf_Op vector as argument - directly, not Dwarf_Attribute.p + directly, not Dwarf_Attribute. * loc2c.h: Update decl. * loc2c-test.c (get_location): New function. (handle_variable): Use it. |