From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22676 invoked by alias); 8 May 2012 18:42:23 -0000 Received: (qmail 22667 invoked by uid 22791); 8 May 2012 18:42:22 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 May 2012 18:42:08 +0000 Received: by pbbrp2 with SMTP id rp2so8937719pbb.0 for ; Tue, 08 May 2012 11:42:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.221.35 with SMTP id qb3mr186016pbc.136.1336502527817; Tue, 08 May 2012 11:42:07 -0700 (PDT) Received: by 10.68.48.8 with HTTP; Tue, 8 May 2012 11:42:07 -0700 (PDT) Date: Tue, 08 May 2012 18:42:00 -0000 Message-ID: Subject: glibc git trunk builds of ARM GNU/Linux hard-float now use /lib/ld-linux-armhf.so.3. From: "Carlos O'Donell" To: libc-ports@sourceware.org, "Joseph S. Myers" Cc: Michael Hope , Jon Masters 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: 2012-05/txt/msg00050.txt.bz2 Joseph, With these two commits: http://sourceware.org/git/?p=glibc-ports.git;a=commit;h=d3b36017d43af570ca7f79e711749dd4ade76979 http://sourceware.org/git/?p=glibc.git;a=commit;h=6a43ec980c5a0500149ef37d4854eac0e270da6f We have switched over to using /lib/ld-linux-armhf.so.3 for ARM GNU/Linux hard-float ABI builds. Shall we make a NEWS item for this? diff --git a/NEWS b/NEWS index ec7eb92..d3f4888 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,10 @@ Version 2.16 13938, 13941, 13942, 13963, 13967, 13970, 13973, 13979, 14027, 14033, 14034, 14040, 14049, 14055, 14064 +* The ARM GNU/Linux hard-float ABI now uses /lib/ld-linux-armhf.so.3 + as the dynamic loader name, allowing soft-float and hard-float binaries + to coexist easily on one system. + * ISO C11 support: + define static_assert === Cheers, Carlos.