2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention -W/--dwarf. * doc/binutils.texi: Document -W/--dwarf for objdump.
This commit is contained in:
parent
bd42febfb4
commit
4de2ad99a5
3 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* NEWS: Mention -W/--dwarf.
|
||||||
|
|
||||||
|
* doc/binutils.texi: Document -W/--dwarf for objdump.
|
||||||
|
|
||||||
2005-10-01 Paul Brook <paul@codesourcery.com>
|
2005-10-01 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use,
|
* readelf.c (arm_attr_tag_CPU_arch, arm_attr_tag_ARM_ISA_use,
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
-*- text -*-
|
-*- 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.
|
* Add "-t/--section-details" to readelf to display section details.
|
||||||
"-N/--full-section-name" is deprecated.
|
"-N/--full-section-name" is deprecated.
|
||||||
|
|
||||||
|
|
|
@ -1521,6 +1521,7 @@ objdump [@option{-a}|@option{--archive-headers}]
|
||||||
[@option{-r}|@option{--reloc}]
|
[@option{-r}|@option{--reloc}]
|
||||||
[@option{-R}|@option{--dynamic-reloc}]
|
[@option{-R}|@option{--dynamic-reloc}]
|
||||||
[@option{-s}|@option{--full-contents}]
|
[@option{-s}|@option{--full-contents}]
|
||||||
|
[@option{-W}|@option{--dwarf}]
|
||||||
[@option{-G}|@option{--stabs}]
|
[@option{-G}|@option{--stabs}]
|
||||||
[@option{-t}|@option{--syms}]
|
[@option{-t}|@option{--syms}]
|
||||||
[@option{-T}|@option{--dynamic-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.
|
When disassembling instructions, do not print the instruction bytes.
|
||||||
This is the default when @option{--prefix-addresses} is used.
|
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
|
@item -G
|
||||||
@itemx --stabs
|
@itemx --stabs
|
||||||
@cindex stab
|
@cindex stab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue