This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

objdump man page patch


Svein Seldal's message about objdump had me reading the objdump man
page this morning and I stumbled across a bit of missing
documentation.  Here is a patch, which I am committing as obvious.


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').

Index: binutils.texi
===================================================================
RCS file: /cvs/src/src/binutils/doc/binutils.texi,v
retrieving revision 1.20
diff -u -c -r1.20 binutils.texi
*** binutils.texi	14 Aug 2002 15:12:07 -0000	1.20
--- binutils.texi	22 Oct 2002 22:36:28 -0000
***************
*** 1476,1486 ****
  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@}
--- 1476,1481 ----
***************
*** 1691,1696 ****
--- 1686,1697 ----
  @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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]