aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
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
commitaefbdd678e19df6c3d32fff508ffd772eb76461b (patch)
tree5236b46cf8f308919545cff9d9e5ddf3a651e9d3 /binutils/doc
parentc1fd659837e15e4fd23fe91d8a69fcd64b32e9c1 (diff)
downloadgdb-aefbdd678e19df6c3d32fff508ffd772eb76461b.zip
gdb-aefbdd678e19df6c3d32fff508ffd772eb76461b.tar.gz
gdb-aefbdd678e19df6c3d32fff508ffd772eb76461b.tar.bz2
* doc/binutils.texi (objdump): Document -z and move the entry for
--disassemble-zeroes to the end of the options section (for `z').
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 0f77318..4e85bd5 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