From 0a03e72210957e500e7e3e892a63533e19f7fb58 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 19 Dec 2002 05:49:19 +0000 Subject: [PATCH] * doc/as.texinfo (Invoking): Typo fix. * config/tc-tic54x.c (encode_operand): Comment typo fix. --- gas/ChangeLog | 5 +++++ gas/config/tc-tic54x.c | 2 +- gas/doc/as.texinfo | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 21235119e0d..c26394d0716 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-12-19 Alan Modra + + * doc/as.texinfo (Invoking): Typo fix. + * config/tc-tic54x.c (encode_operand): Comment typo fix. + 2002-11-30 Kaz Kojima * config/tc-sh.c (md_apply_fix3): Take account of fx_offset diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c index b1c7c2167c6..9656ead2617 100644 --- a/gas/config/tc-tic54x.c +++ b/gas/config/tc-tic54x.c @@ -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))) { diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index f3195a3741d..2888b9bfef1 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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 -- 2.47.3