From: vprus Date: Tue, 10 Apr 2007 08:01:13 +0000 (+0000) Subject: * NEWS: Mention disjoint histograms support in X-Git-Tag: preoverlapped~1031 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=aa99cc2c126a618f9ea64c0632767c261e3d2791;p=pf3gnuchains%2Fpf3gnuchains4x.git * NEWS: Mention disjoint histograms support in gprof. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1fa48f5348..83dc368d43 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-04-10 Vladimir Prus + + * NEWS: Mention disjoint histograms support in + gprof. + 2007-04-09 Daniel Jacobowitz * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for diff --git a/binutils/NEWS b/binutils/NEWS index f63a736662..81c61146d0 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -35,6 +35,9 @@ * Add "--globalize-symbol " and "--globalize-symbols " switches to objcopy to convert local symbols into global symbols. + +* gprof now allows input files to have histogram records for + several memory ranges, provided those ranges are disjoint. Changes in 2.16: