* doc/binutils.texi (c++filt): Remove spurious description of

nonexistent --java command line switch for cxxfilt.
This commit is contained in:
Nick Clifton 2009-09-29 15:34:08 +00:00
parent 31158f0e2a
commit 94454bb4c9
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2009-09-29 Nick Clifton <nickc@redhat.com>
* doc/binutils.texi (c++filt): Remove spurious description of
nonexistent --java command line switch for cxxfilt.
2009-09-29 DJ Delorie <dj@redhat.com>
* readelf.c: Add support for RX target.

View File

@ -2814,11 +2814,6 @@ of every name. For example, the C name @code{foo} gets the low-level
name @code{_foo}. This option removes the initial underscore. Whether
@command{c++filt} removes the underscore by default is target dependent.
@item -j
@itemx --java
Prints demangled names using Java syntax. The default is to use C++
syntax.
@item -n
@itemx --no-strip-underscores
Do not remove the initial underscore.