]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/as.texinfo (Invoking): Typo fix.
authorAlan Modra <amodra@gmail.com>
Thu, 19 Dec 2002 05:49:19 +0000 (05:49 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 19 Dec 2002 05:49:19 +0000 (05:49 +0000)
* config/tc-tic54x.c (encode_operand): Comment typo fix.

gas/ChangeLog
gas/config/tc-tic54x.c
gas/doc/as.texinfo

index 21235119e0d713f880b7b2339ccb64a5fbb81b22..c26394d071647a4e2272119a31afaa6dbf775bba 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/as.texinfo (Invoking): Typo fix.
+       * config/tc-tic54x.c (encode_operand): Comment typo fix.
+
 2002-11-30  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * config/tc-sh.c (md_apply_fix3): Take account of fx_offset
index b1c7c2167c6f5d3fc220acea8d7d52acdd660f52..9656ead2617393e9dc8b3e7fb527b81bd5758d04 100644 (file)
@@ -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 f3195a3741d93ebb991bb37c89b273efbbb839c7..2888b9bfef18a0b9194523122c699a21cbdfda5a 100644 (file)
@@ -1367,7 +1367,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