diff options
| author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-12 13:20:10 -0400 |
|---|---|---|
| committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-12 13:20:10 -0400 |
| commit | 3a4e19b8a7d12cb7e3b82b523bd47b9ae9ff9487 (patch) | |
| tree | 6239528f4fa8427847fe3444d0784640f8550c69 /ChangeLog | |
| parent | 8807cc2bee27f6528a23a0267eb2d3e3e6dd0628 (diff) | |
| download | systemtap-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |
