[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
objdump -x flag documentation correction
From: |
Michael Wardle |
Subject: |
objdump -x flag documentation correction |
Date: |
Mon, 6 Sep 2004 11:02:28 +1000 (EST) |
On my Debian GNU/Linux system with GNU binutils 2.14.x, the -x flag
includes output under the sections "Program Header" and "Dynamic Section".
The documentation states that the output for -x is equivalent to
-a -f -h -r -t, yet the aforementioned information can only be obtained
by also using the -p flag as far as I can tell.
The following inline patch makes the minor necessary modification to the
binutils Texinfo documentation source file to state that the equivalent
of -x also includes -p.
*** binutils.texi 12 Jul 2004 17:07:55 -0000 1.54
--- binutils.texi 6 Sep 2004 00:55:32 -0000
***************
*** 1847,1853 ****
@cindex header information, all
Display all available header information, including the symbol table and
relocation entries. Using @option{-x} is equivalent to specifying all of
! @option{-a -f -h -r -t}.
@item -w
@itemx --wide
--- 1847,1853 ----
@cindex header information, all
Display all available header information, including the symbol table and
relocation entries. Using @option{-x} is equivalent to specifying all of
! @option{-a -f -h -p -r -t}.
@item -w
@itemx --wide
- objdump -x flag documentation correction,
Michael Wardle <=