summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-09-12 13:20:10 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-09-12 13:20:10 -0400
commit3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487 (patch)
tree6239528f4fa8427847fe3444d0784640f8550c69 /ChangeLog
parent8807cc2bee27f6528a23a0267eb2d3e3e6dd0628 (diff)
downloadsystemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.tar.gz
systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.tar.xz
systemtap-steved-3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487.zip
gcc 4.4 build compatibility tweaks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e137fe7..ca04745f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
+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.