diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-07-13 12:18:57 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-07-13 12:18:57 +0000 |
commit | 2ef8a0a8c2d6b1c34557b0f96e2c81b32f5d1a25 (patch) | |
tree | 41728303672645cb35acdc59d8d1a25a1c6e7d95 /gprof/ChangeLog | |
parent | 2dd95497fe2b47a2f0322fe91dd894655a494256 (diff) | |
download | gdb-2ef8a0a8c2d6b1c34557b0f96e2c81b32f5d1a25.zip gdb-2ef8a0a8c2d6b1c34557b0f96e2c81b32f5d1a25.tar.gz gdb-2ef8a0a8c2d6b1c34557b0f96e2c81b32f5d1a25.tar.bz2 |
* gprof.c (main): For line-by-line profiling, there is no need to
specially exclude the default function set from the flat profile.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index f414fba6..a2f3b15 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2004-07-13 Ben Elliston <bje@au.ibm.com> + + * gprof.c (main): For line-by-line profiling, there is no need to + specially exclude the default function set from the flat profile. + 2004-06-28 Maciej W. Rozycki <macro@linux-mips.org> * Makefile.in: Regenerate to clean up breakage. |