From: Jose E. Marchesi Date: Fri, 1 May 2015 17:16:59 +0000 (-0700) Subject: gas: typo in comment fixed. X-Git-Tag: gdb-7.10-release~589 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d495746bb7ac93f3270443cae4117d6ae69ea05;p=platform%2Fupstream%2Fbinutils.git gas: typo in comment fixed. gas/ChangeLog: 2015-05-06 Jose E. Marchesi * config/tc-sparc.c: Typo in comment fixed. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 57b3bf5..7f42a64 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2015-05-06 Jose E. Marchesi + * config/tc-sparc.c: Typo in comment fixed. + +2015-05-06 Jose E. Marchesi + * config/tc-sparc.c (sparc_ip): Support the %ncc "natural" condition codes * doc/c-sparc.texi (Sparc-Regs): Document %ncc. diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 3ffe74f..e468732 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -1211,7 +1211,7 @@ synthetize_setsw (const struct sparc_opcode *insn) output_insn (insn, &the_insn); } -/* Handle the setsw synthetic instruction. */ +/* Handle the setx synthetic instruction. */ static void synthetize_setx (const struct sparc_opcode *insn)