summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2002-10-22 22:40:47 +0000
committerBen Elliston <bje@au.ibm.com>2002-10-22 22:40:47 +0000
commit8ed16acef11b282899425ac0385ebdc8db64a5e2 (patch)
treee2cf83f791ba3d8f80a482322b2e871ede6bb79f
parent3eccbd8c9df1fc4b25ad9ce5c96be85319f6dd3b (diff)
downloadbinutils-redhat-8ed16acef11b282899425ac0385ebdc8db64a5e2.tar.gz
* doc/binutils.texi (objdump): Document -z and move the entry for
--disassemble-zeroes to the end of the options section (for `z').
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/doc/binutils.texi11
2 files changed, 11 insertions, 5 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2099119361..787e4e8dad 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-23 Ben Elliston <bje@redhat.com>
+
+ * doc/binutils.texi (objdump): Document -z and move the entry for
+ --disassemble-zeroes to the end of the options section (for `z').
+
2002-10-21 Nick Clifton <nickc@redhat.com>
* MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 0f773185f6..4e85bd5347 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -1476,11 +1476,6 @@ those expected to contain instructions.
When disassembling, print the complete address on each line. This is
the older disassembly format.
-@item --disassemble-zeroes
-Normally the disassembly output will skip blocks of zeroes. This
-option directs the disassembler to disassemble those blocks, just like
-any other data.
-
@item -EB
@itemx -EL
@itemx --endian=@{big|little@}
@@ -1691,6 +1686,12 @@ relocation entries. Using @option{-x} is equivalent to specifying all of
@cindex wide output, printing
Format some lines for output devices that have more than 80 columns.
Also do not truncate symbol names when they are displayed.
+
+@item -z
+@item --disassemble-zeroes
+Normally the disassembly output will skip blocks of zeroes. This
+option directs the disassembler to disassemble those blocks, just like
+any other data.
@end table
@c man end