From: Nick Clifton Date: Tue, 29 Sep 2009 15:34:08 +0000 (+0000) Subject: * doc/binutils.texi (c++filt): Remove spurious description of X-Git-Tag: sid-snapshot-20091001~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94454bb4c9cfcf78717194a4a6376915a606343f;p=platform%2Fupstream%2Fbinutils.git * doc/binutils.texi (c++filt): Remove spurious description of nonexistent --java command line switch for cxxfilt. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6a4958d..d316adc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-09-29 Nick Clifton + + * doc/binutils.texi (c++filt): Remove spurious description of + nonexistent --java command line switch for cxxfilt. + 2009-09-29 DJ Delorie * readelf.c: Add support for RX target. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index f67ad13..a5ac601 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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.