This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Commit: Remove description of nonexistent --java command line switch for cxxfilt


Hi Guys,

  One of our sharp eyed users recently reported that the manual page
  for cxxfilt reports there being a --java command line switch, even
  though there isn't one.  (There is --format=java switch, of
  course).  So I am applying the patch below as an obvious fix.  Both
  to the mainline and the branch.

Cheers
  Nick

binutils/ChangeLog
2009-09-29  Nick Clifton  <nickc@redhat.com>

	* doc/binutils.texi (c++filt): Remove spurious description of
	nonexistent --java command line switch for cxxfilt.

Index: binutils/doc/binutils.texi
===================================================================
RCS file: /cvs/src/src/binutils/doc/binutils.texi,v
retrieving revision 1.154
diff -c -3 -p -r1.154 binutils.texi
*** binutils/doc/binutils.texi	11 Sep 2009 11:16:19 -0000	1.154
--- binutils/doc/binutils.texi	29 Sep 2009 15:22:25 -0000
*************** of every name.  For example, the C name 
*** 2814,2824 ****
  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.
--- 2814,2819 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]