From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 72C6C1F405 for ; Thu, 20 Dec 2018 23:22:03 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=LcvuYo9PpKHxABiF omc9KmLU8LYnfUYFjYfsARPJfT8dFiH2gZPbEeOQHE7msO/197CKMpRo6Fb2JWWg N7kbpZFRpUblNanVHJL+l5egxA1R6ELS8nEy41xHFJ9s2SHPyDeZ+jwdpLP1R2+6 vfUWiA8Hfq+9f+jQEQ/qaDGSmxU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:cc:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=XGHo1ja7imeho7gxbuDXaX yx5X8=; b=VlGR+TkVDBACB0WcxCgber2tGyuq/DBzWakR575ideBUw8wcKh9uDn bF18IpHP2B9wqjrBEBg/VK/pc2GM75dailFzn243pF9NKM1EA/bW0MgfvAc2dcrA BUInE5TqHmE0Xefc+vbHU+xtiAZ8D///OIRzBX/mgcOde/6mm1zVQ= Received: (qmail 29065 invoked by alias); 20 Dec 2018 23:22:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 29039 invoked by uid 89); 20 Dec 2018 23:22:00 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtprelay.synopsys.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1545348117; bh=Mwf53AX2wyLehKr2cIKjocIeZSNsrwsSbMuEonBeBRY=; h=Subject:To:CC:References:From:Date:In-Reply-To:From; b=bR6xim83NyRLE67LxNgoZuiXvZTAXWLjm24Wu5yO03F+KADSQzSudPvm5G4x/H//k 8YRrBVMcMN5fpdcfg89ypJHABDBob02+ee3MiKg7kr0NZqm9oIqTvaVM8S8H4ZroJj RBk1LnGzUBlGxU7nz38zL1WfpxrfqHMQpuS2tek55mbbXBw3SmQrmPLic3Wrqb31oo 9dpanfsGuz4nAvH9xsgBufx3GajYQoSTitXxhH5scBHU/2WHbY337nhPEGT6FpYVVG bUe7th8sRlbU5iDfQViF3yOqeLxUnhbTm7oYTbGo/rI02QGM4aRoNLKb27Yaa7mznr JwibE7Bmv4Jrw== Subject: Re: [PATCH 13/21] ARC: Build Infrastructure To: Joseph Myers CC: , Newsgroups: gmane.comp.lib.glibc.alpha,gmane.linux.kernel.arc References: <1545167083-16764-1-git-send-email-vgupta@synopsys.com> <1545167083-16764-14-git-send-email-vgupta@synopsys.com> <23aece37-8497-8b48-dadb-3e73667ff3e4@synopsys.com> From: Vineet Gupta Openpgp: preference=signencrypt Message-ID: <98eef4d3-93a2-0ad5-fef1-912cede85650@synopsys.com> Date: Thu, 20 Dec 2018 15:21:49 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 12/19/18 2:17 PM, Joseph Myers wrote: > I should note a separate issue to consider: that of *static* PIE support. > That doesn't need to be working, but if it's not working, Aren't there directed test cases for that already ? PASS: elf/tst-tls1-static PASS: elf/tst-tls1-static-non-pie FAIL: gmon/tst-gmon-pie-gprof I vaguely remember binutils folks fixing some pie issues when above became PASS > or if you don't > know whether it's working, when the port goes in you need to update the > list at accordingly. (Port > maintainers need to make sure > and > are up to date for their > ports, as well as posting test results on the per-release wiki page during > each release cycle's freeze period.) Will do when we get there :-) Thx, -Vineet