From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42816 invoked by alias); 15 Oct 2018 12:04:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 42798 invoked by uid 89); 15 Oct 2018 12:04:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=BAYES_00,BODY_8BITS,FREEMAIL_FROM,GARBLED_BODY,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:915 X-HELO: mail-it1-f194.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=Aiyxa+WsbOzVRGPaoFvL9mM8ZXMHFpLCGoMtZL+n7sk=; b=spyqS1Ii7JOCmK5bezsv5cZbZY65qyb+TELNFEJNUS41z2U9MK1A+qEcKZIPTNbj4y qCy00zBFMaSzXcoecn2Y49tdm8sZeYtP4QO1NNgGdARSZzOQgdCRMtdnD+iQtJVlBgAI nq/1dfx9EdGjnKbvLnzNe81R8ryS2Thv34hSyiVIBf2eRmWYAR93nYxws600DfWo1050 ZTngYA7LKOiD9eugOMxnc31iQ7CQ124UFH8a+19TxK6uWQFuT4SClSq0gnFE6bknFIM/ HzqLK9IjtwHt/fFYpUusx7misTQJt7970vUYqX5NuQgheHR48ChmXODE8UoLVe0KEbN4 oLGg== MIME-Version: 1.0 References: <1532081682-25895-1-git-send-email-zong@andestech.com> <469dcf75-d652-62ee-8310-ea59ec878a0a@synopsys.com> In-Reply-To: From: Zong Li Date: Mon, 15 Oct 2018 12:43:00 -0000 Message-ID: Subject: Re: [PATCH] Fix the ld flags not be applied to tst-execstack-mod.so To: joseph@codesourcery.com Cc: Zong Li , libc-alpha@sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-10/txt/msg00241.txt.bz2 Joseph Myers =E6=96=BC 2018=E5=B9=B47=E6=9C=8826= =E6=97=A5 =E9=80=B1=E5=9B=9B =E4=B8=8B=E5=8D=8811:01=E5=AF=AB=E9=81=93=EF= =BC=9A > > On Thu, 26 Jul 2018, Zong Li wrote: > > > In glibc now, this option doesn't pass to linker, the module is still > > not executable on stack. I think that we need this patch to fix up it or > > another patch to remove the variable in Makefile if it is not necessary. > > Both are fine for me. For now, it is a little bit strange because it > > present in Makefile but has no effect. > > I think we should have the option in a properly named variable. But the > patch will need review and we're currently in a release freeze. > Hi Joseph, We fix up the all failures of math cases on RV32 and we are going to submit the next version of RV32 port. If this patch is suitable, I think we need it to pass elf/tst-execstack and elf/tst-execstack-needed cases.