Jakub Jelinek 7be905
http://sourceware.org/ml/binutils/2009-09/msg00701.html
Jakub Jelinek 7be905
http://sourceware.org/ml/binutils-cvs/2009-09/msg00335.html
Jakub Jelinek 7be905
Jakub Jelinek 7be905
### binutils/ChangeLog	2009/09/29 14:17:04	1.1543
Jakub Jelinek 7be905
### binutils/ChangeLog	2009/09/29 15:34:08	1.1544
Jakub Jelinek 7be905
## -1,3 +1,8 @@
Jakub Jelinek 7be905
+2009-09-29  Nick Clifton  <nickc@redhat.com>
Jakub Jelinek 7be905
+
Jakub Jelinek 7be905
+	* doc/binutils.texi (c++filt): Remove spurious description of
Jakub Jelinek 7be905
+	nonexistent --java command line switch for cxxfilt.
Jakub Jelinek 7be905
+
Jakub Jelinek 7be905
 2009-09-29  DJ Delorie  <dj@redhat.com>
Jakub Jelinek 7be905
 
Jakub Jelinek 7be905
 	* readelf.c: Add support for RX target.
Jakub Jelinek 7be905
--- binutils/doc/binutils.texi	2009/09/11 11:16:19	1.154
Jakub Jelinek 7be905
+++ binutils/doc/binutils.texi	2009/09/29 15:34:08	1.155
Jakub Jelinek 7be905
@@ -2814,11 +2814,6 @@
Jakub Jelinek 7be905
 name @code{_foo}.  This option removes the initial underscore.  Whether
Jakub Jelinek 7be905
 @command{c++filt} removes the underscore by default is target dependent.
Jakub Jelinek 7be905
 
Jakub Jelinek 7be905
-@item -j
Jakub Jelinek 7be905
-@itemx --java
Jakub Jelinek 7be905
-Prints demangled names using Java syntax.  The default is to use C++
Jakub Jelinek 7be905
-syntax.
Jakub Jelinek 7be905
-
Jakub Jelinek 7be905
 @item -n
Jakub Jelinek 7be905
 @itemx --no-strip-underscores
Jakub Jelinek 7be905
 Do not remove the initial underscore.