* NEWS: Mention disjoint histograms support in
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 10 Apr 2007 08:01:13 +0000 (08:01 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 10 Apr 2007 08:01:13 +0000 (08:01 +0000)
        gprof.

binutils/ChangeLog
binutils/NEWS

index 1fa48f5348b2d9983995e4fed800fe1f627cb6a9..83dc368d43659225e11612a5bb5c66bcc6c7fd87 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * NEWS: Mention disjoint histograms support in
+       gprof.
+
 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
index f63a73666268e243ca0f3fd05fb4fb52a1173cf0..81c61146d04f07389eb14f0cf045514b16f312cc 100644 (file)
@@ -35,6 +35,9 @@
 
 * Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" 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: