From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5560 invoked by alias); 7 Feb 2013 21:33:47 -0000 Received: (qmail 5499 invoked by uid 22791); 7 Feb 2013 21:33:45 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Feb 2013 21:33:40 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r17LXaL9028899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 7 Feb 2013 16:33:36 -0500 Received: from [10.3.113.161] (ovpn-113-161.phx2.redhat.com [10.3.113.161]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r17LXYFl011463; Thu, 7 Feb 2013 16:33:35 -0500 Message-ID: <51141DAE.1070308@redhat.com> Date: Thu, 07 Feb 2013 21:33:00 -0000 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Joseph S. Myers" CC: libc-ports@sourceware.org, GNU C Library , Brendan Conoboy , Steve McIntyre Subject: Re: [PATCH] ARM: Fix transitional issues with ld.so.cache. References: <511337DE.9000802@redhat.com> In-Reply-To: <511337DE.9000802@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-02/txt/msg00005.txt.bz2 Joseph, I'd like your official ACK here as the ARM machine maintainer, but please feel free to take your time. I do however expect that by submitting this patch upstream that I've reserved the right to use 0x0b00 for FLAG_ARM_LIBSF, and I'm going to go ahead with using this number in Fedora ARM. > OK to checkin? > > ChangeLog > > 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 > +#define FLAG_ARM_LIBSF 0x0b00 Cheers, Carlos.