From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7805 invoked by alias); 26 Nov 2013 15:08:24 -0000 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 Received: (qmail 7794 invoked by uid 89); 26 Nov 2013 15:08:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-vb0-f45.google.com Received: from Unknown (HELO mail-vb0-f45.google.com) (209.85.212.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 26 Nov 2013 15:08:22 +0000 Received: by mail-vb0-f45.google.com with SMTP id p14so3841789vbm.4 for ; Tue, 26 Nov 2013 07:08:14 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.145.75 with SMTP id c11mr2799247vcv.30.1385478493431; Tue, 26 Nov 2013 07:08:13 -0800 (PST) Received: by 10.52.171.202 with HTTP; Tue, 26 Nov 2013 07:08:13 -0800 (PST) In-Reply-To: <5294628E.30507@linaro.org> References: <5294628E.30507@linaro.org> Date: Tue, 26 Nov 2013 15:17:00 -0000 Message-ID: Subject: Re: [PATCH] aarch64: Enable ifunc support. From: Marcus Shawcroft To: Will Newton Cc: libc-ports@sourceware.org, Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00057.txt.bz2 On 26 November 2013 08:57, Will Newton wrote: > > Add support for handling the R_AARCH64_IRELATIVE relocation and > STT_GNU_IFUNC symbols to the aarch64 port. > > ports/ChangeLog.aarch64: > > 2013-11-25 Will Newton > > * sysdeps/aarch64/dl-irel.h: Include ldsodefs.h. > (ELF_MACHINE_IRELA): Define. (elf_ifunc_invoke): Pass > hwcap to ifunc resolver function. (elf_irela): New function. > * sysdeps/aarch64/dl-machine.h: Include dl-irel.h. > (elf_machine_rela) Handle STT_GNU_IFUNC symbols and > R_AARCH64_IRELATIVE relocations. (elf_machine_lazy_rel): > Handle R_AARCH64_IRELATIVE relocations. OK /Marcus