diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-14 01:30:19 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-14 01:30:19 +0000 |
commit | c89746f691d440eb3718b2c639fc7e033b986bb3 (patch) | |
tree | e06d511d25caa84e6f7eabee73a29d41feacf170 | |
parent | f6886bc42efb7745c94e620c56c1867d1e6db55a (diff) | |
download | gdb-c89746f691d440eb3718b2c639fc7e033b986bb3.zip gdb-c89746f691d440eb3718b2c639fc7e033b986bb3.tar.gz gdb-c89746f691d440eb3718b2c639fc7e033b986bb3.tar.bz2 |
Fix typos.
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/binutils.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 42aafaa..d3e1ba3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/binutils.texi b/binutils/binutils.texi index a079d92..73bba55 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -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. |