From patchwork Fri Jan 8 14:13:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Burgess X-Patchwork-Id: 564825 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3F77E140213 for ; Sat, 9 Jan 2016 01:13:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=rrrJo4hn; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; q=dns; s=default; b=i99yc9kDpX11 4rrTCRf6yKopmWroIfaSbkX1/vXo5uyX4bCLw6NaU4Zb44psHAlm9Dw0bzXhMg9e dViDmerjkwegpY/nAXtPev5S7nkqP1n1OKeqPjSXL3qezTPAUlJLLd/hg2jKkhrL 9w0pBkk1bQYxUMsIivBQwZBwX4P+GKY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id; s=default; bh=EjN2A09OhmtdIzHLrv vli7PiFqU=; b=rrrJo4hnM2PTygQ6pxZ4cry7tFHo8bOtdMolnYfvh/RSm87gTf SbXOrHvPspLkghUkj0i9AD5v4lvIV7EezDwPTW3qCLadvrCDq/d6zO2IhF0KTFjp 5yocSnQbYckjXiS2XBMDu1zhDBZMSRBa1MDaRS41V7k+tksDEKHe+Si4Y= Received: (qmail 78184 invoked by alias); 8 Jan 2016 14:13:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 78166 invoked by uid 89); 8 Jan 2016 14:13:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=sentences, HTo:U*gnu, Joined, density X-HELO: mail-wm0-f53.google.com Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 08 Jan 2016 14:13:08 +0000 Received: by mail-wm0-f53.google.com with SMTP id u188so138466457wmu.1 for ; Fri, 08 Jan 2016 06:13:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=44PeJVtXwylub69PT5h6yFrDmgo7Kp+4jcpU2+rYalw=; b=HvDjlJxxLrmUbI+eZ3CZDhsrMtBxZ6M8Zoq5oYTm4xu+X8I9HVoRa1cSWgpeLpr0k1 HLlDiAXrzoYFoeFk0t/XZW8J37KFYRo4kJk7yD8R4cTFhdZh9IV+NdF1jYPn7bFUcjlK 5IGdTIXcrOHqNzMdfzK0yPy64Ic4mYGoFXAXtY0LfCPmCoj5bhPp5yMGpm6ncZ7phVNU beOSGUWDcWC8kc15QP6kZsEwhMNhjrWNK0khGWcVO3oeTn7i0f0qqz0Hki/xIqlXa+mg OPTlKHiS5cMam7zU0gt/3zQc1/CzEkA8gWw5gP25Nz1BxB0CzI/BTtwulewiFBkdGRIq yKNQ== X-Gm-Message-State: ALoCoQnfQlJsikAs0rdc/NtdJmY/gRu0HpLNNyrmCBX9OusZye2ZRn0A9Ut1zkY1IZRvjlo+DauDb3445wMdm42fnSVhK4SYng== X-Received: by 10.28.64.137 with SMTP id n131mr16384489wma.96.1452262385444; Fri, 08 Jan 2016 06:13:05 -0800 (PST) Received: from localhost (host86-138-92-130.range86-138.btcentralplus.com. [86.138.92.130]) by smtp.gmail.com with ESMTPSA id kb5sm105836139wjc.20.2016.01.08.06.13.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Jan 2016 06:13:04 -0800 (PST) From: Andrew Burgess To: gcc-patches@gcc.gnu.org, gnu@amylaar.uk Cc: Claudiu.Zissulescu@synopsys.com, Andrew Burgess Subject: [PATCH] arc/gcc: Fix help text for some options. Date: Fri, 8 Jan 2016 14:13:02 +0000 Message-Id: <2f69a5d4573a2d4ae0aca57a7dd24528867feea2.1452262124.git.andrew.burgess@embecosm.com> X-IsSubscribed: yes The following minor patch fixes up the command line option help text for arc. This resolves one test failure in help.exp. I don't have GCC write access, so if this is approved, please could someone apply it for me. Thanks, Andrew --- Add missing period to the end of the sentences for a couple of ARC options. gcc/ChangeLog: * config/arc/arc.opt (mdiv-rem): Add period to the end. (mcode-density): Likewise. --- gcc/ChangeLog | 5 +++++ gcc/config/arc/arc.opt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 36bc46f..79113a5 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -59,11 +59,11 @@ Target RejectNegative Joined UInteger Var(arc_mpy_option) Init(2) mdiv-rem Target Report Mask(DIVREM) -Enable DIV-REM instructions for ARCv2 +Enable DIV-REM instructions for ARCv2. mcode-density Target Report Mask(CODE_DENSITY) -Enable code density instructions for ARCv2 +Enable code density instructions for ARCv2. mmixed-code Target Report Mask(MIXED_CODE_SET)