From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81245 invoked by alias); 1 May 2015 17:39:26 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 81058 invoked by uid 89); 1 May 2015 17:39:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 01 May 2015 17:39:24 +0000 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t41HdMne005029 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 1 May 2015 17:39:22 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t41HdLH0009877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 1 May 2015 17:39:22 GMT Received: from abhmp0008.oracle.com (abhmp0008.oracle.com [141.146.116.14]) by aserv0121.oracle.com (8.13.8/8.13.8) with ESMTP id t41HdLEN028080 for ; Fri, 1 May 2015 17:39:21 GMT Received: from termi.us.oracle.com (/130.35.70.97) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 01 May 2015 10:39:21 -0700 From: "Jose E. Marchesi" To: binutils@sourceware.org Subject: [PATH 3/3] gas: typo in comment fixed. Date: Fri, 01 May 2015 17:39:00 -0000 Message-Id: <1430502326-18816-4-git-send-email-jose.marchesi@oracle.com> In-Reply-To: <1430502326-18816-1-git-send-email-jose.marchesi@oracle.com> References: <1430502326-18816-1-git-send-email-jose.marchesi@oracle.com> X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00010.txt.bz2 gas/ChangeLog: 2015-05-01 Jose E. Marchesi * config/tc-sparc.c: Typo in comment fixed. --- gas/ChangeLog | 4 ++++ gas/config/tc-sparc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e55cb5b..7990d17 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2015-05-01 Jose E. Marchesi + * config/tc-sparc.c: Typo in comment fixed. + +2015-05-01 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) -- 2.3.4