diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1993-06-02 23:43:10 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1993-06-02 23:43:10 +0000 |
commit | 5eac46ae03a93dfbe0da58a3aa13ad64024ff7b1 (patch) | |
tree | 4422cba884b421c17182e9d00718fb1f168464cc /binutils | |
parent | d9ebd99e6ae9ccb4a969a2b8f5aed4ee8c1b05c5 (diff) | |
download | gdb-5eac46ae03a93dfbe0da58a3aa13ad64024ff7b1.zip gdb-5eac46ae03a93dfbe0da58a3aa13ad64024ff7b1.tar.gz gdb-5eac46ae03a93dfbe0da58a3aa13ad64024ff7b1.tar.bz2 |
binutils.texi: final tweaks for c++filt chapter
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/binutils.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 22af2de..6a11e10 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -1135,6 +1135,24 @@ underscore in front of every name. (I.e. the C name @code{foo} gets the low-level name @code{_foo}.) On such systems, @code{c++filt} removes any initial underscore of a potential label. +@quotation +@emph{Warning:} @code{c++filt} is a new utility, and the details of its +user interface are subject to change in future releases. In particular, +a command-line option may be required in the the future to decode a name +passed as an argument on the command line; in other words, + +@example +c++filt @var{SYMBOL} +@end example + +@noindent +may in a future release become + +@example +c++filt @var{flag} @var{SYMBOL} +@end example +@end quotation + @node Index, , c++filt, Top @unnumbered Index |