summaryrefslogtreecommitdiff
path: root/gprof/gprof.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-20 18:02:56 +0000
committerNick Clifton <nickc@redhat.com>2000-07-20 18:02:56 +0000
commitf2e48355663bacf76e75fc39da1d80f6a100f13a (patch)
tree94f24ebb91f32a73b46cd18cdb4da767f1233dbc /gprof/gprof.texi
parentd2b7273bea9ba04c8de4d71ffb6ae4129b73e3d5 (diff)
downloadbinutils-redhat-f2e48355663bacf76e75fc39da1d80f6a100f13a.tar.gz
Add optional style argument to --demangle switch.
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r--gprof/gprof.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 6e1cfd0199..4db07a149b 100644
--- a/gprof/gprof.texi
+++ b/gprof/gprof.texi
@@ -478,12 +478,14 @@ are annotated. If this option is specified, every line in
a basic-block is annotated by repeating the annotation for the
first line. This behavior is similar to @code{tcov}'s @samp{-a}.
-@item --demangle
+@item --demangle[=@var{style}]
@itemx --no-demangle
These options control whether C++ symbol names should be demangled when
printing output. The default is to demangle symbols. The
-@code{--no-demangle} option may be used to turn off demangling.
-
+@code{--no-demangle} option may be used to turn off demangling. Different
+compilers have different mangling styles. The optional demangling style
+argument can be used to choose an appropriate demangling style for your
+compiler.
@end table
@node Analysis Options,Miscellaneous Options,Output Options,Invoking