From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12a.google.com (mail-il1-x12a.google.com [IPv6:2607:f8b0:4864:20::12a]) by sourceware.org (Postfix) with ESMTPS id 93D393854808 for ; Thu, 15 Jul 2021 01:48:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 93D393854808 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-il1-x12a.google.com with SMTP id b14so3517378ilf.7 for ; Wed, 14 Jul 2021 18:48:09 -0700 (PDT) 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=QtaaobijfRcRuTk9+kbu2PTr9bXZ+B9bXFDRta98zec=; b=gPsrCX7vC4iOmHHIMEKdC4TMYPLwQSFeGzmvqpC2VNWi7C3Cp6n2X6XPowtrn07off kUSltGp/M8h7aTFylcixn4hLG61EPcRpHzX2hmMKPADBdaNi1pYMuvjKzQ6yvy3qW/I4 1ZvaoyUxWGvpA3/DVpVHSfMGNoHzui65AenCm8Mdq8evwrq/X2qmoXSy6JkKuMjbNay7 cUoWKOl7zCG9R7gUJGYchOsSXdl07tULENg/PwUbhC7dO5RJSR4WFEtuBxB46sgbcHUR G7hN/gLsE8UwIVGqPpY/Bars2sPj1CN4msv/Df3RUnC7vLkFPaZ6UQmrTSER+zWDGVnq +WJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QtaaobijfRcRuTk9+kbu2PTr9bXZ+B9bXFDRta98zec=; b=tto5f6bn58a2Kz/3okaSnFhV9oCpnVW33yI+LbaLDbD1lPCTI5kw3vtg3prLisKpDS OYyE0ovGnnLh6hh7okp9zEPNzbpBooqPo/FL+eNBZue29GUlrBUbvpyU8X1fbqExo8/4 JFYT1Ch+tl3VQ6IRPm9A1C+Ml+SOf/lShIuUxMCk+Ly2yv9R5Dfx0s1Uxgsf9Olyi6Lr 8LzIxChAYHrb01WU6RXU9jRmdecfFEzU1dC5BPH7CQphQJH8sCQwghB27cDEuczzr/st MO6QtFq0DJC9OvMA0evmFSVHqVMdg41WF8VcTkItU+Au9/eL5VlWL3zSqQd1jnza3bYy pjEA== X-Gm-Message-State: AOAM531kBEd2FMI7lBqvFkqRA4+rm/BI2COt1/wv5QpxOIQWa08fEM3k pijCJRabSudeyw4w7woHlYRdtHhDE7ekZB3Rw9BvyA== X-Google-Smtp-Source: ABdhPJwCYcP7Jg9gSxaeYf2fy+o/3UJU4TxpAsn0OgfzkiI8q7TeYv2E7k90PvjBrrrehlkU+Wc0xMHyeM0W5EmeMWQ= X-Received: by 2002:a92:8712:: with SMTP id m18mr601585ild.132.1626313689053; Wed, 14 Jul 2021 18:48:09 -0700 (PDT) MIME-Version: 1.0 References: <20210709072825.13709-2-nelson.chu@sifive.com> In-Reply-To: From: Nelson Chu Date: Thu, 15 Jul 2021 09:47:59 +0800 Message-ID: Subject: Re: [PATCH v2 1/3] RISC-V: Enable elf attributes when default configure option isn't set. To: Palmer Dabbelt Cc: Binutils , gdb-patches@sourceware.org, Jim Wilson , Andrew Burgess , Kito Cheng , Andrew Waterman Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2021 01:48:10 -0000 > Reviewed-by: Palmer Dabbelt > Acked-by: Palmer Dabbelt > > I'm assuming you have gotten commit access working? Yeah I have gotten the write access. Thanks, committed. Nelson