From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2389 invoked by alias); 27 Jun 2017 12:01:43 -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 410 invoked by uid 89); 27 Jun 2017 12:01:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=deadline, contribute, realistically X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C4F96C067C26 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C4F96C067C26 Subject: Re: [RFC 4/6] ARC: Initial port to glibc To: Vineet Gupta , "libc-alpha @ sourceware . org" Cc: linux-snps-arc@lists.infradead.org, Cupertino.Miranda@synopsys.com References: <1498550454-3560-1-git-send-email-vgupta@synopsys.com> <1498550454-3560-5-git-send-email-vgupta@synopsys.com> <3bd8b935-47c0-f190-ee6b-3d08e2f3a752@redhat.com> <2b02c462-44c4-02bb-6989-b3572834432e@synopsys.com> From: Florian Weimer Message-ID: Date: Tue, 27 Jun 2017 12:01:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <2b02c462-44c4-02bb-6989-b3572834432e@synopsys.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg01370.txt.bz2 On 06/27/2017 01:55 PM, Vineet Gupta wrote: > On 06/27/2017 02:29 PM, Florian Weimer wrote: >> On 06/27/2017 10:00 AM, Vineet Gupta wrote: >>> diff --git a/sysdeps/unix/sysv/linux/arc/shlib-versions >>> b/sysdeps/unix/sysv/linux/arc/shlib-versions >>> new file mode 100644 >>> index 000000000000..c4d5d029812d >>> --- /dev/null >>> +++ b/sysdeps/unix/sysv/linux/arc/shlib-versions >>> @@ -0,0 +1,2 @@ >>> +DEFAULT GLIBC_2.21 >>> +ld=ld-linux.so.2 >> >> Is there a reason why you set the ABI baseline to GLIBC_2.21? Why not >> GLBIC_2.26? > > No real reason, perhaps this is the version where we started off of. > I'll change this - and other places to 2.26 ! Great. Note that this will cause problems with some tests which exercise compatibility symbols. I still want to contribute the build system changes required to support them, but I probably won't be able to make the July 1st deadline. (Realistically, I'd need a port which can build with build-many-glibcs.py for that anyway.) Thanks, Florian