diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-04-10 08:01:13 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-04-10 08:01:13 +0000 |
commit | 9fbad73723bf2c1a6affae523548e923b9a89e00 (patch) | |
tree | 478c3006c8fcb011110b7ca6e172c6ce6bdd208e /binutils/NEWS | |
parent | b3296dc54c51d28ada4c97aca7f55a4abfe09d9a (diff) | |
download | gdb-9fbad73723bf2c1a6affae523548e923b9a89e00.zip gdb-9fbad73723bf2c1a6affae523548e923b9a89e00.tar.gz gdb-9fbad73723bf2c1a6affae523548e923b9a89e00.tar.bz2 |
* NEWS: Mention disjoint histograms support in
gprof.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index f63a736..81c6114 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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: |