From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113488 invoked by alias); 22 Oct 2019 08:22:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 113404 invoked by uid 89); 22 Oct 2019 08:22:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-wr1-f51.google.com Received: from mail-wr1-f51.google.com (HELO mail-wr1-f51.google.com) (209.85.221.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Oct 2019 08:22:08 +0000 Received: by mail-wr1-f51.google.com with SMTP id n15so6152481wrw.13 for ; Tue, 22 Oct 2019 01:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Q3+poAypXWhDeScxzmjF20WYOyr5uaPdTuR7Wmfolhc=; b=duUrHSMZZ19FXIXg/aYQaaLmvgtN88+XgFHsAf6NJVewBA/KrAoVHpIzjA9m5Wu+Ty emec2g7H1RDT5Eb92xhya48TWVVXNIP54dINq86t6YZZTnEs8svfChCaKc4HS4AZhx6n dOkUeIPLOCfhrtJUpD2Yyek8PfqYSMTzdu2kiOiG1ejzb0MRuejc8akEiZ2Fy745PxzZ c/mTAvAkH+ikDGszdZwgplHvPvU5hb1+Vzj8sTL9F6MTIKVg9NFHWfA9o5qExYpxh4Vt 1brCgqQjETl88ugI0EeCan+QL/Ug/H1oSKkZpZl8gcnXrnBzW/2nCPsvmMPwBu1kNYUo L6tw== Return-Path: Received: from localhost.localdomain ([86.121.123.248]) by smtp.gmail.com with ESMTPSA id i18sm16458026wrx.14.2019.10.22.01.22.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Oct 2019 01:22:05 -0700 (PDT) From: Claudiu Zissulescu To: gcc-patches@gcc.gnu.org Cc: fbedard@synopsys.com, andrew.burgess@embecosm.com, claziss@synopsys.com Subject: [PATCH 2/3] [ARC] Update mea option documentation Date: Tue, 22 Oct 2019 08:22:00 -0000 Message-Id: <20191022082154.16355-3-claziss@gmail.com> In-Reply-To: <20191022082154.16355-1-claziss@gmail.com> References: <20191022082154.16355-1-claziss@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg01552.txt.bz2 Update -mea option documentation. gcc/ xxxx-xx-xx Claudiu Zissulescu * config/arc/arc.opt (mea): Update help string. * doc/invoke.texi(ARC): Update mea option info. --- gcc/config/arc/arc.opt | 2 +- gcc/doc/invoke.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index e2f1fc6a4cf..b76ca0fedc3 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -167,7 +167,7 @@ Do not generate mpy instructions for ARC700. mea Target Report Mask(EA_SET) -Generate Extended arithmetic instructions. Currently only divaw, adds, subs and sat16 are supported. +Generate extended arithmetic instructions, only valid for ARC700. msoft-float Target Report Mask(0) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1e10395b61e..aaa6039beaf 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -16504,7 +16504,7 @@ aux registers. @opindex mea Generate extended arithmetic instructions. Currently only @code{divaw}, @code{adds}, @code{subs}, and @code{sat16} are -supported. This is always enabled for @option{-mcpu=ARC700}. +supported. Only valid for @option{-mcpu=ARC700}. @item -mno-mpy @opindex mno-mpy -- 2.21.0