diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-12-07 Josh Stone <joshua.i.stone@intel.com> + + PR 3624. + * tapsets.cxx (struct be_derived_probe): Add a new priority parameter + for begin/end probes, and a comparison function for sorting. + (be_builder::build): Parse the priority & pass it to be_derived_probe. + (be_derived_probe_group::emit_module_init, emit_module_exit): Sort the + probe list by priority before emitting any code. + (register_standard_tapsets): Add new begin/end variants. + * parse.cxx (parser::parse_literal): Allow negative numeric literals, + by checking for a '-' unary operator right before a number. + 2006-12-06 Josh Stone <joshua.i.stone@intel.com> PR 3623. |