From 04c341284d2d2ed25871caa4f94c44fbcc46b623 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 6 Sep 2004 08:07:42 +0000 Subject: [PATCH] Document that the -x switch includs the effect of the -p switch. --- binutils/ChangeLog | 5 +++++ binutils/doc/binutils.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5b51483..fa0cb4a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2004-09-06 Michael Wardle + + * doc/binutils.texi (objdump): Document that the -x switch includs + the effect of the -p switch. + 2004-09-04 Danny Smith * dlltool.c (make_one_lib_file): Test if internal_name was diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index f92252d..0a80a0d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1847,7 +1847,7 @@ Print the version number of @command{objdump} and exit. @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}. +@option{-a -f -h -p -r -t}. @item -w @itemx --wide -- 2.7.4