src/binutils ChangeLog cxxfilt.c objcopy.c doc ...

nickc@sourceware.org nickc@sourceware.org
Tue Oct 11 16:33:00 GMT 2005


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-10-11 16:33:16

Modified files:
	binutils       : ChangeLog cxxfilt.c objcopy.c 
	binutils/doc   : binutils.texi 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.998&r2=1.999
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/cxxfilt.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.87&r2=1.88
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.82&r2=1.83



More information about the Binutils-cvs mailing list