From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23542 invoked by alias); 19 Apr 2012 19:49:28 -0000 Received: (qmail 23532 invoked by uid 22791); 19 Apr 2012 19:49:27 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 19:49:13 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=EU1-MAIL.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1SKxLp-00057J-5A from joseph_myers@mentor.com ; Thu, 19 Apr 2012 12:49:09 -0700 Received: from digraph.polyomino.org.uk ([172.16.63.104]) by EU1-MAIL.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 19 Apr 2012 20:49:07 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.74) (envelope-from ) id 1SKxLn-0000Ib-4o; Thu, 19 Apr 2012 19:49:07 +0000 Date: Thu, 19 Apr 2012 19:49:00 -0000 From: "Joseph S. Myers" To: Andrew Haley cc: libc-ports@sourceware.org, steve.mcintyre@linaro.org Subject: Re: New path for ld.so on ARM hard fp In-Reply-To: <4F886201.3040200@redhat.com> Message-ID: References: <4F886201.3040200@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00089.txt.bz2 On Fri, 13 Apr 2012, Andrew Haley wrote: > We had a meeting to decide what ld.so on ARM hard fp should be called. > This meeting included representatives from all the main distros and > gcc. > > https://wiki.linaro.org/OfficeofCTO/HardFloat/LinkerPathCallApr2012 > > The summary was: > > All the people in the meeting agreed: the new runtime linker path for > ARM hard-float Linux binaries was to be > > /lib/ld-linux-armhf.so.3 > > Joseph, can you do this please? Or would you like someone to > submit a patch? Please send the patch. I expect you'll need to change sysdeps/arm/preconfigure to add a new sysdeps directory with a new shlib-versions file using the new name, if __ARM_PCS_VFP is defined. -- Joseph S. Myers joseph@codesourcery.com