aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-10-17 16:19:19 +0000
committerBob Wilson <bob.wilson@acm.org>2006-10-17 16:19:19 +0000
commit6bacc34ddf228e7ec5021e096b3deca26d213b22 (patch)
treee470c22c2e717c276499c9e51f6b2adcb8c82812 /gprof/ChangeLog
parentdae5f5cf4b47e0c8b81c090316093ecf5777f770 (diff)
downloadgdb-6bacc34ddf228e7ec5021e096b3deca26d213b22.zip
gdb-6bacc34ddf228e7ec5021e096b3deca26d213b22.tar.gz
gdb-6bacc34ddf228e7ec5021e096b3deca26d213b22.tar.bz2
* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 336ef07..2415de0 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,5 +1,9 @@
2006-10-16 Bob Wilson <bob.wilson@acm.org>
+ * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
+
+2006-10-16 Bob Wilson <bob.wilson@acm.org>
+
* gprof.c (main): Fix option string for -C, -n and -N.
2006-09-26 Thiemo Seufer <ths@networkno.de>