]> 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:47:45 +0000 (05:47 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 19 Dec 2002 05:47:45 +0000 (05:47 +0000)
* config/tc-tic54x.c (encode_operand): Comment typo fix.

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

index 047788d7cb5f59e3c38a53fdd57bef369c1fa556..8870bbdecf8e52b91e43e974809c1e07ed0729e0 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-12-18  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/c-alpha.texi: Fix typos.
index 9825e1873dbc0362503b8597498318c86966aeed..4cb6bd9febc6abe5cf1d4fb6fa11fdf307876d71 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 b3987343d00854bbcae8189ef6ad31bade53f7ac..671619985fc9a379e366fc7bcbb3f61cc631d756 100644 (file)
@@ -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