From 63e5cc16726bdf8fd984657354ca4eaef59bca50 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 11 Jan 2007 08:43:17 +0000 Subject: . --- ChangeLog | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1b139cf..b804f124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-11 Roland McGrath + + * systemtap.spec.in (elfutils_version): Bump to 0.125. + Older libdw's have known bugs, though the ABI has not changed. + 2007-01-10 Martin Hunt * translate.cxx (mapvar::del): Call the new _stp_map_del @@ -23,7 +28,7 @@ support for -t (benchmarking) mode. * translate.cxx (emit_common_header,emit_module_init):Ditto. (emit_module_exit,emit_probe): Ditto, with most meat here. - + 2006-12-22 Josh Stone * stap.1.in: Document how to specify the size of global arrays. @@ -204,7 +209,7 @@ (dwarf_derived_probe::dwarf_derived_probe): Adds in the new block of code created in visit_target_symbol() to the beginning of the derived probe. - + 2006-11-28 David Smith * tapsets.cxx @@ -271,16 +276,16 @@ 2006-11-09 Martin Hunt * Makefile.am (staprun_LDADD): Need PROCFLAGS here too. - -2006-11-09 Martin Hunt + +2006-11-09 Martin Hunt * Makefile.am (staprun_CFLAGS): New. Use PROCFLAGS. - * configure.ac: Add PROCFLAGS. Processor-dependent + * configure.ac: Add PROCFLAGS. Processor-dependent compilation flags. * configure: Rebuilt. * Makefile.in: Rebuilt. - + 2006-11-09 David Smith * tapsets.cxx (dwarf_query::dwarf_query): Looks for "maxactive" @@ -352,12 +357,12 @@ 2006-11-02 Martin Hunt - * session.h (struct systemtap_session): Add symtab. This controls + * session.h (struct systemtap_session): Add symtab. This controls if a symbol table is generated and compiled into the module. - * main.cxx (main): Set session.symtab to false. This could later + * main.cxx (main): Set session.symtab to false. This could later enabled by a command-line option if necessary. - + * translate.cxx (emit_symbol_data): Don't write a symbol table if session.symtab is false. @@ -381,7 +386,7 @@ 2006-11-01 Josh Stone - * tapsets.cxx (timer_derived_probe_group::emit_interval): New - + * tapsets.cxx (timer_derived_probe_group::emit_interval): New - Fixes randomization for jiffies timers in ms mode. (timer_derived_probe_group::emit_module_decls): Use emit_interval. (timer_derived_probe_group::emit_module_init): Ditto. -- cgit