diff options
author | fche <fche> | 2005-09-27 16:37:36 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-27 16:37:36 +0000 |
commit | ff007aa39e4413639d1a9c746a1581c4ebe280a4 (patch) | |
tree | 86c93653eebbb182ceb598033adc433228c33580 /ChangeLog | |
parent | dc5118620812b9d9af8a2672e6a06a967fcded42 (diff) | |
download | systemtap-steved-ff007aa39e4413639d1a9c746a1581c4ebe280a4.tar.gz systemtap-steved-ff007aa39e4413639d1a9c746a1581c4ebe280a4.tar.xz systemtap-steved-ff007aa39e4413639d1a9c746a1581c4ebe280a4.zip |
2005-09-27 Frank Ch. Eigler <fche@elastic.org>
PR 1368.
* translate.cxx (emit_common_header): Move some MAX* definitions out ...
(translate_pass): ... to here. Fix probe_start API impedance mismatch.
(emit_module_init, exit): Tolerate registration errors, such as absence
of kretprobes support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-09-27 Frank Ch. Eigler <fche@elastic.org> + PR 1368. + * translate.cxx (emit_common_header): Move some MAX* definitions out ... + (translate_pass): ... to here. Fix probe_start API impedance mismatch. + (emit_module_init, exit): Tolerate registration errors, such as absence + of kretprobes support. + +2005-09-27 Frank Ch. Eigler <fche@elastic.org> PR 1311. * tapsets.cxx (target_variable_flavour_calculating_visitor:: visit_target_symbol): Print verbose error. |