PR binutils/1437
commitd3fde8b447f78e4888db3c14c6bd99fa15b0ebcf
authorNick Clifton <nickc@redhat.com>
Tue, 11 Oct 2005 16:33:16 +0000 (11 16:33 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Oct 2005 16:33:16 +0000 (11 16:33 +0000)
treebf98f218f8bfa81ab4881f456aaf0140d7785e53
parent77f010ee01dc97872507044f2c47bf24fd31229f
PR binutils/1437
* cxxfilt.c (flags): Remove DMGL_TYPES;
  (long_options): Rename --no-types to --types.
  (usage): Likewise.
  (demangle_it): Add a comment describing why _ and $ prefixes are skipped.
  Use printf rather than puts to emit the demangled output in order to avoid
  emitting a new line character.
  (main): Have the -t flag enable type demangling.
  Emit a newline after every demangled command line argument.
  Copy whitespace from stdin to stdout.
* doc/binutils.texi (c++filt): Document the change to the -t switch.
  Document why demangling names on the command line is slightly different
  to demangling names read from the standard input.
binutils/ChangeLog
binutils/cxxfilt.c
binutils/doc/binutils.texi
binutils/objcopy.c