diff options
author | Nick Clifton <nickc@redhat.com> | 2009-09-29 15:34:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-09-29 15:34:36 +0000 |
commit | d26d6204a4d0e85ba428a6afe29c0f7937eda559 (patch) | |
tree | aea9ac110c4e0b80a4ad7104ae1929cd4cfded64 /binutils | |
parent | 498edae172c7b6b6fefc5054ec7128152f8b0ce7 (diff) | |
download | gdb-d26d6204a4d0e85ba428a6afe29c0f7937eda559.zip gdb-d26d6204a4d0e85ba428a6afe29c0f7937eda559.tar.gz gdb-d26d6204a4d0e85ba428a6afe29c0f7937eda559.tar.bz2 |
* doc/binutils.texi (c++filt): Remove spurious description of
nonexistent --java command line switch for cxxfilt.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c9698bc..a973c65 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index cc01546..70003db 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. |