From: Bob Wilson Date: Tue, 17 Oct 2006 16:19:19 +0000 (+0000) Subject: * gprof.texi (Analysis Options): Argument for -n/-N is mandatory. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bacc34ddf228e7ec5021e096b3deca26d213b22;p=binutils-gdb.git * gprof.texi (Analysis Options): Argument for -n/-N is mandatory. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 336ef072489..2415de06cd2 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2006-10-16 Bob Wilson + + * gprof.texi (Analysis Options): Argument for -n/-N is mandatory. + 2006-10-16 Bob Wilson * gprof.c (main): Fix option string for -C, -n and -N. diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 41ef2f6811d..beeddb6611b 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -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}.