]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/binutils.texi (c++filt): Remove spurious description of
authorNick Clifton <nickc@redhat.com>
Tue, 29 Sep 2009 15:34:36 +0000 (15:34 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 29 Sep 2009 15:34:36 +0000 (15:34 +0000)
        nonexistent --java command line switch for cxxfilt.

binutils/ChangeLog
binutils/doc/binutils.texi

index c9698bc81811d210a88b0b813077e63ad2b1c55e..a973c65781486c510fab9d5a7ab3a673431c6727 100644 (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-22  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * objdump.c (disassemble_section): Use bfd_get_arch_size
index cc0154649865a83f2177498ab67a333c146d5f39..70003dbeba734b49d5763abc2b07a57310aadf87 100644 (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.