summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2005-11-26 23:21:05 +0000
committerroland <roland>2005-11-26 23:21:05 +0000
commitad6b152158f20b16192c06206d0ef439df2d08c7 (patch)
treea7f72062ff7030533440b7018adc712f33597d94
parentbb1b26196a0dcbfc72bd3de56eecf0ed1471d4c3 (diff)
downloadsystemtap-steved-ad6b152158f20b16192c06206d0ef439df2d08c7.tar.gz
systemtap-steved-ad6b152158f20b16192c06206d0ef439df2d08c7.tar.xz
systemtap-steved-ad6b152158f20b16192c06206d0ef439df2d08c7.zip
typo
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e34a7aed..ddae8b0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.