From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18020 invoked by alias); 15 Mar 2013 16:16:01 -0000 Received: (qmail 17996 invoked by uid 22791); 15 Mar 2013 16:15:56 -0000 X-SWARE-Spam-Status: No, hits=-4.8 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; Fri, 15 Mar 2013 16:15:50 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UGXIK-0003eq-Rd from joseph_myers@mentor.com ; Fri, 15 Mar 2013 09:15:48 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 15 Mar 2013 09:15:48 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Fri, 15 Mar 2013 16:15:46 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1UGXIH-000285-9G; Fri, 15 Mar 2013 16:15:45 +0000 Date: Fri, 15 Mar 2013 16:16:00 -0000 From: "Joseph S. Myers" To: Marcus Shawcroft CC: Andreas Schwab , Subject: Re: [PATCH] aarch64: use lib64 as default lib and slib directory In-Reply-To: Message-ID: References: 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: 2013-03/txt/msg00141.txt.bz2 On Fri, 15 Mar 2013, Marcus Shawcroft wrote: > Hi, > > This patch seems to have the effect of moving the dynamic linker to > /lib64, do we need some ldd-rewrite.sed foo hooked into > ports/sysdeps/unix/sysv/linux/aarch64/configure.in ? How does s390 glibc handle dynamic linker and libraries in different directories? If it doesn't, maybe that illustrates that keeping the dynamic linker in /lib with other libraries in /lib64 really isn't such a good idea after all and /lib64 should be used consistently or not at all.... (ldd-rewrite.sed may be needed anyway, I just don't think it will help with the issue to which you refer.) -- Joseph S. Myers joseph@codesourcery.com