From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2927 invoked by alias); 5 Nov 2019 03:18:27 -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 2917 invoked by uid 89); 5 Nov 2019 03:18:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=HX-Languages-Length:312 X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-2.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Nov 2019 03:18:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1572923905; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:openpgp:openpgp:autocrypt:autocrypt; bh=kZojkjbrz7B369pt1bo8/KwNbhZ387wz0WXaCO555pM=; b=dGXLGwjg4gmwKOM9d0sgXHcmqHlKH9fI1kPs1F+nOcdLHxNyyoPoU4WrL7kSV5WLznDPlw 9pf8v5LKrY38sveFV8OnXYbhrjVS87385NM4F31cygnOxjakuM+k9jXr57KUCxyay/dbey rF/9/KANYP3LvEyvCx4OtfoMjeeoIbg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-89-e2rsQ_ejOyy76EqtWnV_-Q-1; Mon, 04 Nov 2019 22:18:21 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B7EE8800C73; Tue, 5 Nov 2019 03:18:20 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-3.rdu2.redhat.com [10.10.112.3]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2787560E1C; Tue, 5 Nov 2019 03:18:18 +0000 (UTC) Subject: Re: [PATCH 2/3] [ARC] Update mea option documentation To: Claudiu Zissulescu , gcc-patches@gcc.gnu.org Cc: fbedard@synopsys.com, andrew.burgess@embecosm.com, claziss@synopsys.com References: <20191022082154.16355-1-claziss@gmail.com> <20191022082154.16355-3-claziss@gmail.com> From: Jeff Law Openpgp: preference=signencrypt Message-ID: Date: Tue, 05 Nov 2019 03:18:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20191022082154.16355-3-claziss@gmail.com> X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00177.txt.bz2 On 10/22/19 2:21 AM, Claudiu Zissulescu wrote: > Update -mea option documentation. >=20 > gcc/ > xxxx-xx-xx Claudiu Zissulescu >=20 > * config/arc/arc.opt (mea): Update help string. > * doc/invoke.texi(ARC): Update mea option info. OK jeff