diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-10-03 14:40:19 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-10-03 14:40:19 +0000 |
commit | 4de2ad99a520ac14385e72a6b32b738207ed89c7 (patch) | |
tree | d70d11456da53c78e321495348f5e133ecd775b2 /binutils/NEWS | |
parent | bd42febfb4dfa04d3cdad01e275b3f83c62c7c6b (diff) | |
download | gdb-4de2ad99a520ac14385e72a6b32b738207ed89c7.zip gdb-4de2ad99a520ac14385e72a6b32b738207ed89c7.tar.gz gdb-4de2ad99a520ac14385e72a6b32b738207ed89c7.tar.bz2 |
2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention -W/--dwarf.
* doc/binutils.texi: Document -W/--dwarf for objdump.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 513a7fc..8312093 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* Add "-W/--dwarf" to objdump to display the contents of the DWARF +debug sections. + * Add "-t/--section-details" to readelf to display section details. "-N/--full-section-name" is deprecated. |