Document that the -x switch includs the effect of the -p switch.
This commit is contained in:
parent
ae09a48270
commit
04c341284d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-09-06 Michael Wardle <mbw@endbracket.net>
|
||||||
|
|
||||||
|
* doc/binutils.texi (objdump): Document that the -x switch includs
|
||||||
|
the effect of the -p switch.
|
||||||
|
|
||||||
2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-09-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* dlltool.c (make_one_lib_file): Test if internal_name was
|
* dlltool.c (make_one_lib_file): Test if internal_name was
|
||||||
|
|
|
@ -1847,7 +1847,7 @@ Print the version number of @command{objdump} and exit.
|
||||||
@cindex header information, all
|
@cindex header information, all
|
||||||
Display all available header information, including the symbol table and
|
Display all available header information, including the symbol table and
|
||||||
relocation entries. Using @option{-x} is equivalent to specifying all of
|
relocation entries. Using @option{-x} is equivalent to specifying all of
|
||||||
@option{-a -f -h -r -t}.
|
@option{-a -f -h -p -r -t}.
|
||||||
|
|
||||||
@item -w
|
@item -w
|
||||||
@itemx --wide
|
@itemx --wide
|
||||||
|
|
Loading…
Reference in a new issue