From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30634 invoked by alias); 7 Feb 2013 23:09:27 -0000 Received: (qmail 30616 invoked by uid 22791); 7 Feb 2013 23:09:26 -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; Thu, 07 Feb 2013 23:09:17 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1U3aah-0000IM-Rw from joseph_myers@mentor.com ; Thu, 07 Feb 2013 15:09:15 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 7 Feb 2013 15:09:15 -0800 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; Thu, 7 Feb 2013 23:09:14 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1U3aaf-0005fk-2f; Thu, 07 Feb 2013 23:09:13 +0000 Date: Thu, 07 Feb 2013 23:09:00 -0000 From: "Joseph S. Myers" To: Carlos O'Donell CC: , GNU C Library , Brendan Conoboy , Steve McIntyre Subject: Re: [PATCH] ARM: Fix transitional issues with ld.so.cache. In-Reply-To: <511337DE.9000802@redhat.com> Message-ID: References: <511337DE.9000802@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: 2013-02/txt/msg00007.txt.bz2 On Thu, 7 Feb 2013, Carlos O'Donell wrote: > WARNING: > - Once you upgrade glibc and run ldconfig it is no longer safe > to downgrade glibc. If you downgrade you may not be able to Downgrading isn't generally expected to be safe anyway.... > 2013-02-06 Carlos O'Donell > > * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF. > * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support. > > ports/ChangeLog.arm > > 2013-02-06 Carlos O'Donell > > * sysdeps/unix/sysv/linux/arm/dl-cache.h > [__ARM_PCS_VFP] (_dl_cache_check_flags): Allow plain FLAG_ELF_LIBC6. > [!__ARM_PCS_VFP] (_dl_cache_check_flags): Likewise. > * sysdeps/unix/sysv/linux/arm/readelflib.c (process_elf_file): > Set FLAG_ARM_LIBSF for soft-float ABI otherwise just FLAG_ELF_LIBC6. OK. -- Joseph S. Myers joseph@codesourcery.com