diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-04 11:03:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-04 11:03:38 +0000 |
commit | cbf1f5df2bdcfec5876190038b045324029ff2ad (patch) | |
tree | a0dce0ac64ede91a3fd630dd0c1f208d202ffd6d /binutils/NEWS | |
parent | bd4aae00ccd21e4fd0bc03e5a122e9f08b95e01c (diff) | |
download | gdb-cbf1f5df2bdcfec5876190038b045324029ff2ad.zip gdb-cbf1f5df2bdcfec5876190038b045324029ff2ad.tar.gz gdb-cbf1f5df2bdcfec5876190038b045324029ff2ad.tar.bz2 |
* cxxfilt.c: Treat mangled names specified on the command line in the same way
as mangled names read from stdin.
Add -i switch to disable the display of implementation details.
Add -t switch to disable the demangling of types.
* NEWS: Mention the new switches.
* doc/binutils.texi (cxxfilt): Document the -i and -t switches.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 8312093..76c4dd7 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,10 +1,17 @@ -*- text -*- +* Add -i and -t switches to cxxfilt. -i disables the display of implementation + specific extra demangling information (if any) and -t disables the demangling + of types. + +* Add support for the "@<file>" syntax to the command lines of all tools, so + that extra switches can be read from <file>. + * Add "-W/--dwarf" to objdump to display the contents of the DWARF -debug sections. + debug sections. * Add "-t/--section-details" to readelf to display section details. -"-N/--full-section-name" is deprecated. + "-N/--full-section-name" is deprecated. * powerpc-linux ld now supports a variant form of PLT and GOT for the security conscious. This form will automatically be chosen when ld detects that all |