From ff007aa39e4413639d1a9c746a1581c4ebe280a4 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 27 Sep 2005 16:37:36 +0000 Subject: 2005-09-27 Frank Ch. Eigler 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7025ddfa..04062c05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2005-09-27 Frank Ch. Eigler + 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 PR 1311. * tapsets.cxx (target_variable_flavour_calculating_visitor:: visit_target_symbol): Print verbose error. -- cgit