bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "with with" in gas/doc/as.1 and gas/doc/as.texinfo


From: Alan Modra
Subject: Re: "with with" in gas/doc/as.1 and gas/doc/as.texinfo
Date: Thu, 19 Dec 2002 16:17:54 +1030
User-agent: Mutt/1.4i

On Wed, Dec 18, 2002 at 10:00:16PM +0100, Erik Sigra wrote:
> binutils-2.13.1 contains the string "with with" in the files "gas/doc/as.1" 
> and "gas/doc/as.texinfo". This is probably a bug.

Thanks.  Fixed.

gas/ChangeLog
        * doc/as.texinfo (Invoking): Typo fix.
        * config/tc-tic54x.c (encode_operand): Comment typo fix.

Index: gas/config/tc-tic54x.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-tic54x.c,v
retrieving revision 1.14
diff -u -p -r1.14 tc-tic54x.c
--- gas/config/tc-tic54x.c      30 Nov 2002 08:39:44 -0000      1.14
+++ gas/config/tc-tic54x.c      19 Dec 2002 05:41:35 -0000
@@ -4144,7 +4144,7 @@ encode_operand (insn, type, operand)
        }
       return 1;
     case OP_RND:
-      /* Make sure this agrees with with the OP_DST operand.  */
+      /* Make sure this agrees with the OP_DST operand.  */
       if (!((TOUPPER (operand->buf[0]) == 'B') ^
            ((insn->opcode[0].word & (1 << 8)) != 0)))
        {
Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.71
diff -u -p -r1.71 as.texinfo
--- gas/doc/as.texinfo  1 Dec 2002 10:20:06 -0000       1.71
+++ gas/doc/as.texinfo  19 Dec 2002 05:41:41 -0000
@@ -1403,7 +1403,7 @@ gcc -c -g -O -Wa,-alh,-L file.c
 
 @noindent
 This passes two options to the assembler: @samp{-alh} (emit a listing to
-standard output with with high-level and assembly source) and @samp{-L} (retain
+standard output with high-level and assembly source) and @samp{-L} (retain
 local symbols in the symbol table).
 
 Usually you do not need to use this @samp{-Wa} mechanism, since many compiler

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



reply via email to

[Prev in Thread] Current Thread [Next in Thread]