diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-11-14 15:00:30 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-11-14 15:00:30 +0000 |
commit | aef1f6d0ed936f30822029402568a7e88a3b4d9e (patch) | |
tree | ad2b5da5239a04935e083decba7f6afc93f37d04 /binutils/NEWS | |
parent | 56424b64208bd26f7e7c787b4d0af06287d387e4 (diff) | |
download | gdb-aef1f6d0ed936f30822029402568a7e88a3b4d9e.zip gdb-aef1f6d0ed936f30822029402568a7e88a3b4d9e.tar.gz gdb-aef1f6d0ed936f30822029402568a7e88a3b4d9e.tar.bz2 |
* readelf.c (struct dump_list_entry, request_dump_byname)
(initialise_dumps_byname): New.
(parse_args): Call request_dump_byname.
(process_section_contents): Call initialise_dumps_byname.
* doc/binutils.texi (readelf): Mention -x NAME.
* NEWS: Likewise.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 76c4dd7..d12450e 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Add "-x NAME" to readelf in addition to "-x NUMBER". + * 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. |