summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e137fe7..96bf7747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,22 @@
+2008-09-12 Masami Hiramatsu <mhiramat@redhat.com>
+
+ BZ 6028
+ * tapsets.cxx (dwarf_derived_probe::emit_probe_local_init): Use REG_IP
+ instead of pp to check probe address.
+
+2008-09-12 Frank Ch. Eigler <fche@elastic.org>
+
+ GCC 4.4 (var-tracking) build-compatilibity.
+ * parse.h: #include <stdint.h>.
+ * tapsets.cxx (utrace_...::visit_target_symbol_arg): Use
+ lex_cast<int>(foo) instead of atoi(foo.c_str()) for simpler
+ c++ object lifetime.
+ * Makefile.am (staprun_CFLAGS, stapio_CFLAGS): Add
+ -fno-strict-aliasing, since that code is too casual with pointers.
+ * Makefile.in: Regenerated.
+
2008-09-12 Dave Brolley <brolley@redhat.com>
+
PR6881.
From Eugeniy Meshcheryakov eugen@debian.org:
* stap-server.8.in: Correct formatting problems.