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,HEADER_FROM_DIFFERENT_DOMAINS, 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 C05661F405 for ; Wed, 19 Dec 2018 20:36:25 +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=V177tpIXZvsrBcZQ isg175cMG1QTuhXQH0hvcutb48pImO0S19OxEcHHs+CSp+P92p3vHLayla9n/JuG jC+9jSbhKpOMv3sNrGQaflZm3M8B5/8IMhXYuh8rxux7tV6nlTOD5cCppixXr30q ZPnzIVrFlt1gOa3NYKKTosyKNoc= 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=vQmgBEFECon8lhN2WqjRy0 Sdeog=; b=mq0Ax7tZJP1+p9ECnMtGB81TpqOAtN1GGBv9h22Fg08DKOfT2kRvpY jT6u3YHiJga3My31VWTfqxJT9Z53n6scEkpVfiGR8jEY6P08rZugLF5AwSyfZxDs I5YE6eRLt9I0UzW4Cg9aj1qzJDokRD2QgORYWmQUHLfjssxFbIWvA= Received: (qmail 22667 invoked by alias); 19 Dec 2018 20:36:23 -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 22656 invoked by uid 89); 19 Dec 2018 20:36:22 -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=1545251780; bh=zivhQo/nnr6AsCCNgVs0BRvpVAzNlFqsa0ICgcrlh8A=; h=Subject:To:CC:References:From:Date:In-Reply-To:From; b=YueFFvp/mWhKO4XI9mj6QL416/OlEVvAX3nj10gzXpXUEv/96K4FBOh07+mlKu03w GyCNe3cZaz6o2mW61mZz6F8G/U9ed1XpdmI04iK3WZyzkXateG9jnpFhTbY1JGDGea flvNzn7KSD6rQzQxRChdjVFLGnDlM46Oan1D8jNlg6QoIWKe2OeZmOlXOTGNi2Mnzp bDqOrWAe9r0DOq6fy2GlXweqcZ8pdgSCqmNDsZha5tHL/sNBWrLYWRntNuXHNEwDD/ 9Obe7QDmLY+QHoHsiQBlG1Xg53XpVre7Tsn8NpRvCA5VPsdqhiO1aChmBZaMiPZh0m O2chvTzHOCaQg== Subject: Re: [PATCH 14/21] ARC: Enable __start as entry point vs. canonical _start To: Florian Weimer CC: , Newsgroups: gmane.comp.lib.glibc.alpha,gmane.linux.kernel.arc References: <1545167083-16764-1-git-send-email-vgupta@synopsys.com> <1545167083-16764-15-git-send-email-vgupta@synopsys.com> <87h8fay17b.fsf@oldenburg2.str.redhat.com> From: Vineet Gupta Openpgp: preference=signencrypt Message-ID: Date: Wed, 19 Dec 2018 12:36:12 -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: <87h8fay17b.fsf@oldenburg2.str.redhat.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 12/18/18 1:28 PM, Florian Weimer wrote: > I think this change and the test suite fixes should be folded into the > initial addition of these files. Or is there a reason for not doing > this? As suggested by other reviewers too, I'm folding all fixes into initial files. Thx, -Vineet