diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-11 09:04:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-11 09:04:17 +0000 |
commit | a262ae964e725a02c056e832927c3bd16a689e07 (patch) | |
tree | 849da409a301ec69884d636482a962201613a89b /binutils/NEWS | |
parent | 5bcb0e6433b567d2e901cf6c510e195c2df34a3b (diff) | |
download | gdb-a262ae964e725a02c056e832927c3bd16a689e07.zip gdb-a262ae964e725a02c056e832927c3bd16a689e07.tar.gz gdb-a262ae964e725a02c056e832927c3bd16a689e07.tar.bz2 |
* dwarf.c (display_debug_lines): Rename to
display_debug_lines_raw.
(display_debug_lines_decoded): New function. Displays the
interpreted contents of a .debug_line section.
(display_debug_lines): New function: Selects either a raw dump or
a decoded dump (or both) as requested by the user.
* dwarf.h (do_debug_lines_decoded): New extern.
* readelf.c: Add support for -wL or --debug-dump=decodedline
option to display the decoded contents of a .debug_line section.
* doc/binutils.texi: Document the new option.
* NEWS: Mention the new feature.
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 ab836de..47d3e7a 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,6 @@ -*- text -*- +* Added -wL switch to dump decoded contents of .debug_line. + * Added support for "thin" archives which contain pathnames pointing to object files rather than the files themselves and which contain a flattened symbol index for all objects, and archives, which have been |