diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-11 16:33:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-11 16:33:16 +0000 |
commit | ec948987302c988cdde4811c4f04809c8fa0b7a5 (patch) | |
tree | 3291301f6db804d0a24b824cfaffc8c55e82b8fa /binutils/ChangeLog | |
parent | 9497f5ac6bc10bdd65ea471787619bde1edca77d (diff) | |
download | gdb-ec948987302c988cdde4811c4f04809c8fa0b7a5.zip gdb-ec948987302c988cdde4811c4f04809c8fa0b7a5.tar.gz gdb-ec948987302c988cdde4811c4f04809c8fa0b7a5.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 81b4267..aeaa659 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +2005-10-11 Nick Clifton <nickc@redhat.com> + + 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. + 2005-10-10 Mark Mitchell <mark@codesourcery.com> * doc/Makefile.am (config.texi): Set top_srcdir. |