From: Alan Modra Date: Thu, 19 Dec 2002 05:47:45 +0000 (+0000) Subject: * doc/as.texinfo (Invoking): Typo fix. X-Git-Tag: cagney-unwind-20030108-branchpoint~272 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f5e16be30e5eab2267f83983922549ba6e4e4b1;p=external%2Fbinutils.git * doc/as.texinfo (Invoking): Typo fix. * config/tc-tic54x.c (encode_operand): Comment typo fix. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 047788d..8870bbd 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-12-18 Kazu Hirata * doc/c-alpha.texi: Fix typos. diff --git a/gas/config/tc-tic54x.c b/gas/config/tc-tic54x.c index 9825e18..4cb6bd9 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 b398734..6716199 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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