From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21612 invoked by alias); 23 Apr 2012 19:58:24 -0000 Received: (qmail 21590 invoked by uid 22791); 23 Apr 2012 19:58:22 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pz0-f54.google.com (HELO mail-pz0-f54.google.com) (209.85.210.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Apr 2012 19:58:02 +0000 Received: by dady13 with SMTP id y13so15984140dad.13 for ; Mon, 23 Apr 2012 12:58:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.229.73 with SMTP id so9mr33493836pbc.163.1335211082338; Mon, 23 Apr 2012 12:58:02 -0700 (PDT) Received: by 10.68.48.8 with HTTP; Mon, 23 Apr 2012 12:58:02 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Apr 2012 19:58:00 -0000 Message-ID: Subject: Re: [PATCH v2] ARM: Use different linker path for hardfloat ABI From: "Carlos O'Donell" To: Michael Hope Cc: GCC Patches , cross-distro@lists.linaro.org, libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2012-04/txt/msg00146.txt.bz2 On Sun, Apr 22, 2012 at 6:20 PM, Michael Hope wro= te: > Change the dynamic linker path for ARM hard float executables. > Matches the path discussed and agreed on last week[1]. =A0Carlos will > follow up with the matching patch to GLIBC[2]. =A0I'm happy to if he's > busy. I'm testing a glibc patch with Richard's alternate version. If all goes well I'll post it tomorrow for review on libc-ports@sourceware.= org. Cheers, Carlos.