]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
authorBob Wilson <bob.wilson@acm.org>
Tue, 17 Oct 2006 16:19:19 +0000 (16:19 +0000)
committerBob Wilson <bob.wilson@acm.org>
Tue, 17 Oct 2006 16:19:19 +0000 (16:19 +0000)
gprof/ChangeLog
gprof/gprof.texi

index 336ef07248920d3e4cf4de7e48e735939ad7d973..2415de06cd25a746744ebd6adc9dae34416c8d3f 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 41ef2f6811d57fc62f6edc16b2581deb1bebce6f..beeddb6611b15ec76f6decb1b18aa6a871e127d2 100644 (file)
@@ -703,13 +703,13 @@ inaccuracies.
 This option affects execution count output only.
 Symbols that are executed less than @var{num} times are suppressed.
 
-@item -n[@var{symspec}]
-@itemx --time[=@var{symspec}]
+@item -n@var{symspec}
+@itemx --time=@var{symspec}
 The @samp{-n} option causes @code{gprof}, in its call graph analysis,
 to only propagate times for symbols matching @var{symspec}.
 
-@item -N[@var{symspec}]
-@itemx --no-time[=@var{symspec}]
+@item -N@var{symspec}
+@itemx --no-time=@var{symspec}
 The @samp{-n} option causes @code{gprof}, in its call graph analysis,
 not to propagate times for symbols matching @var{symspec}.