diff options
author | Alan Modra <amodra@gmail.com> | 2010-10-29 01:53:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-10-29 01:53:19 +0000 |
commit | 2e7d562eb6929881e221ea01a0ff3481aa23960d (patch) | |
tree | c2095c89bc4c6b4163216fb68f87014de5829d3a /gprof | |
parent | b55936237013f0250bf301a57ae4849b786198bf (diff) | |
download | gdb-2e7d562eb6929881e221ea01a0ff3481aa23960d.zip gdb-2e7d562eb6929881e221ea01a0ff3481aa23960d.tar.gz gdb-2e7d562eb6929881e221ea01a0ff3481aa23960d.tar.bz2 |
* gprof.texi (Deprecated Options): Move introduction out of the table.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/gprof.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index a97a571..86984be 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Matthias Klose <doko@ubuntu.com> + + * gprof.texi (Deprecated Options): Move introduction out of the table. + 2010-10-28 Matthias Klose <doko@ubuntu.com> * gprof.texi: Add directory section for info document. diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 7485687..30f43f9 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -786,10 +786,10 @@ number, and then exit. @node Deprecated Options @section Deprecated Options -@table @code - These options have been replaced with newer versions that use symspecs. +@table @code + @item -e @var{function_name} The @samp{-e @var{function}} option tells @code{gprof} to not print information about the function @var{function_name} (and its |