From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74033 invoked by alias); 20 Feb 2020 06:36:16 -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 74011 invoked by uid 89); 20 Feb 2020 06:36:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:xbo5pVQ9jUfh6, H*f:xbo5pVQ9jUfh6, H*f:sk:TTjYojf, H*i:WuK X-HELO: mail-io1-f53.google.com Received: from mail-io1-f53.google.com (HELO mail-io1-f53.google.com) (209.85.166.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 06:36:14 +0000 Received: by mail-io1-f53.google.com with SMTP id c16so3442705ioh.6 for ; Wed, 19 Feb 2020 22:36:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=L2BDcYPyR80PxoIvUot9j2GSIIPC2fWGD8FmEd4os0g=; b=LgEr2GOW0T1W22bqSf6gDAitVmLEQFpMYzf+RbFvWo5TTf3W356mdtfl8fs3hzbpMw bIjWVZtFKmM3GzxEvSpdDQz1clIogwUmdO2rUFX4gvZBbhuwktlpSjpWYu/Dl5zpNSeu 2YiDYjPW1qzbCEO1B05Lm/4gBnbP4iHc5qLlhtPOiHLKuSbHsrML99Zw7rYHNc8OL5m4 90ZdAFPyeExgqhttzazvYApeDrk/ENnZgyAIi4OJNse7H5/K2beWcg56cEbF+guEkTmQ H1+/2GyRhBD7kShL+HEPDkUdRaxQrUFSqlfwDZZf/WoaY3u/0tUAVpmS3/NtwfzqZbWM iS2w== MIME-Version: 1.0 References: <1580958861-12668-1-git-send-email-nelson.chu@sifive.com> In-Reply-To: From: Nelson Chu Date: Thu, 20 Feb 2020 06:36:00 -0000 Message-ID: Subject: Re: [PATCH] RISC-V: Add description for -march-attr/-mno-arch-attr options in gas doc. To: Jim Wilson Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00493.txt.bz2 On Thu, Feb 20, 2020 at 9:23 AM Jim Wilson wrote: > Thanks. Committed, and I got the author attribution right this time. That's great! Thank you very much :) Nelson