Fix typos.
This commit is contained in:
parent
f6886bc42e
commit
c89746f691
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 14 10:27:54 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||
|
||||
* binutils.texi: Fix typos.
|
||||
|
||||
1999-06-13 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* objdump.c (disassemble_bytes): If the disassembler returns an
|
||||
|
|
|
@ -554,7 +554,7 @@ Requires prior use of @code{OPEN} or @code{CREATE}.
|
|||
@item LIST
|
||||
Display full contents of the current archive, in ``verbose'' style
|
||||
regardless of the state of @code{VERBOSE}. The effect is like @samp{ar
|
||||
tv @var{archive}}). (This single command is a @sc{gnu} @code{ld}
|
||||
tv @var{archive}}. (This single command is a @sc{gnu} @code{ar}
|
||||
enhancement, rather than present for MRI compatibility.)
|
||||
|
||||
Requires prior use of @code{OPEN} or @code{CREATE}.
|
||||
|
@ -2056,7 +2056,7 @@ option. @code{windres} will also search this directory when looking for
|
|||
files named in the @code{rc} file.
|
||||
|
||||
@item -D @var{target}
|
||||
@item --define @var{sym[=val]}
|
||||
@itemx --define @var{sym[=val]}
|
||||
Specify a @code{-D} option to pass to the preprocessor when reading an
|
||||
@code{rc} file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue