From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26056 invoked by alias); 9 Jun 2014 16:29:43 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 26045 invoked by uid 89); 9 Jun 2014 16:29:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jun 2014 16:29:41 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s59GTd87016759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 9 Jun 2014 12:29:39 -0400 Received: from [10.36.4.233] (vpn1-4-233.ams2.redhat.com [10.36.4.233]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s59GTb13025715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 9 Jun 2014 12:29:38 -0400 Message-ID: <5395E0F0.8000806@redhat.com> Date: Mon, 09 Jun 2014 16:29:00 -0000 From: Nicholas Clifton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Will Newton , binutils@sourceware.org Subject: Re: [PATCH] ld/ARM: Fix IFUNC and TLS descriptors in the same shared object References: <1400854416-3764-1-git-send-email-will.newton@linaro.org> In-Reply-To: <1400854416-3764-1-git-send-email-will.newton@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00082.txt.bz2 Hi Will, > bfd/ChangeLog: > > 2014-05-21 Will Newton > > * elf32-arm.c (elf32_arm_allocate_plt_entry): Increment > htab->next_tls_desc_index in the non-IPLT case. > Calculate GOT offset correctly for the non-IPLT case. > (allocate_dynrelocs_for_symbol): Don't increment > htab->next_tls_desc_index here. > > ld/testsuite/ChangeLog: > > 2014-05-21 Will Newton > > * ld-arm/arm-elf.exp: Add ifunc-gdesc test. > * ld-arm/ifunc-gdesc.r: New file. > * ld-arm/ifunc-gdesc.s: Likewise. > * ld-arm/ifunc-gdesc.ver: Likewise. Approved - please apply. Cheers Nick