PR binutils/1437
authorNick Clifton <nickc@redhat.com>
Tue, 11 Oct 2005 16:33:16 +0000 (16:33 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 11 Oct 2005 16:33:16 +0000 (16:33 +0000)
commitec948987302c988cdde4811c4f04809c8fa0b7a5
tree3291301f6db804d0a24b824cfaffc8c55e82b8fa
parent9497f5ac6bc10bdd65ea471787619bde1edca77d
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
This page took 0.026416 seconds and 4 git commands to generate.