From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15402 invoked by alias); 14 Mar 2013 08:46:35 -0000 Received: (qmail 15393 invoked by uid 22791); 14 Mar 2013 08:46:34 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-oa0-f53.google.com (HELO mail-oa0-f53.google.com) (209.85.219.53) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Mar 2013 08:46:29 +0000 Received: by mail-oa0-f53.google.com with SMTP id m1so1983376oag.40 for ; Thu, 14 Mar 2013 01:46:29 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.235.49 with SMTP id uj17mr768058obc.18.1363250789091; Thu, 14 Mar 2013 01:46:29 -0700 (PDT) Received: by 10.60.155.205 with HTTP; Thu, 14 Mar 2013 01:46:29 -0700 (PDT) In-Reply-To: References: <51408226.7020808@redhat.com> <20130313134646.GU12913@tucnak.redhat.com> Date: Thu, 14 Mar 2013 08:46:00 -0000 Message-ID: Subject: Re: [PATCH] aarch64: use lib64 as default lib and slib directory From: Marcus Shawcroft To: "Joseph S. Myers" Cc: Jakub Jelinek , "Carlos O'Donell" , Andreas Schwab , Marcus Shawcroft , libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2013-03/txt/msg00136.txt.bz2 On 13 March 2013 16:29, Joseph S. Myers wrote: > On Wed, 13 Mar 2013, Jakub Jelinek wrote: > >> > However, there was some recent discussion about this in gcc. >> > >> > Jakub, What's the status? >> >> No progress there, see the >> http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00288.html >> thread. I'd really like to get it resolved before we cut >> GCC 4.8.0-rc1 this week. > > If it does change to /lib64, it would seem odd for the dynamic linker path > (GLIBC_DYNAMIC_LINKER in aarch64-linux.) to stay as > /lib/ld-linux-aarch64.so.1 rather than also being in /lib64 (although s390 > also puts the 64-bit dynamic link in /lib). Changing the location of the linker breaks binaries. I'm not convinced the disruption associated with that is justified. /Marcus