* doc/binutils.texi (objdump): Document -z and move the entry for
--disassemble-zeroes to the end of the options section (for `z').
This commit is contained in:
parent
c1fd659837
commit
aefbdd678e
@ -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>
|
2002-10-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
|
* MAINTAINERS: Discontinue Hans-Peter Nilsson as SH maintainer.
|
||||||
|
@ -1476,11 +1476,6 @@ those expected to contain instructions.
|
|||||||
When disassembling, print the complete address on each line. This is
|
When disassembling, print the complete address on each line. This is
|
||||||
the older disassembly format.
|
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
|
@item -EB
|
||||||
@itemx -EL
|
@itemx -EL
|
||||||
@itemx --endian=@{big|little@}
|
@itemx --endian=@{big|little@}
|
||||||
@ -1691,6 +1686,12 @@ relocation entries. Using @option{-x} is equivalent to specifying all of
|
|||||||
@cindex wide output, printing
|
@cindex wide output, printing
|
||||||
Format some lines for output devices that have more than 80 columns.
|
Format some lines for output devices that have more than 80 columns.
|
||||||
Also do not truncate symbol names when they are displayed.
|
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
|
@end table
|
||||||
|
|
||||||
@c man end
|
@c man end
|
||||||
|
Loading…
Reference in New Issue
Block a user