From 003c5f312234c39e90e18970406c3380a1927d54 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 3 Oct 2005 14:40:19 +0000 Subject: [PATCH] 2005-10-03 H.J. Lu * NEWS: Mention -W/--dwarf. * doc/binutils.texi: Document -W/--dwarf for objdump. --- binutils/ChangeLog | 6 ++++++ binutils/NEWS | 3 +++ binutils/doc/binutils.texi | 8 ++++++++ 3 files changed, 17 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3935ab404..4eaf26f6b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2005-10-03 H.J. Lu + + * NEWS: Mention -W/--dwarf. + + * doc/binutils.texi: Document -W/--dwarf for objdump. + 2005-10-01 Paul Brook * readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use, diff --git a/binutils/NEWS b/binutils/NEWS index 513a7fc65..8312093d5 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. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 339c33c08..313a878fb 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1521,6 +1521,7 @@ objdump [@option{-a}|@option{--archive-headers}] [@option{-r}|@option{--reloc}] [@option{-R}|@option{--dynamic-reloc}] [@option{-s}|@option{--full-contents}] + [@option{-W}|@option{--dwarf}] [@option{-G}|@option{--stabs}] [@option{-t}|@option{--syms}] [@option{-T}|@option{--dynamic-syms}] @@ -1845,6 +1846,13 @@ in symbolic form. This is the default except when When disassembling instructions, do not print the instruction bytes. This is the default when @option{--prefix-addresses} is used. +@item -W +@itemx --dwarf +@cindex DWARF +@cindex debug symbols +Displays the contents of the DWARF debug sections in the file, if any +are present. + @item -G @itemx --stabs @cindex stab -- 2.11.4.GIT