From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13062 invoked by alias); 26 Nov 2013 14:52:36 -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 13022 invoked by uid 89); 26 Nov 2013 14:52:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-ve0-f170.google.com Received: from Unknown (HELO mail-ve0-f170.google.com) (209.85.128.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 26 Nov 2013 14:51:17 +0000 Received: by mail-ve0-f170.google.com with SMTP id oy12so4212980veb.29 for ; Tue, 26 Nov 2013 06:51:08 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.86.69 with SMTP id r5mr30813663vcl.9.1385477468513; Tue, 26 Nov 2013 06:51:08 -0800 (PST) Received: by 10.52.171.202 with HTTP; Tue, 26 Nov 2013 06:51:08 -0800 (PST) In-Reply-To: <5294628E.30507@linaro.org> References: <5294628E.30507@linaro.org> Date: Tue, 26 Nov 2013 15:05: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/msg00055.txt.bz2 On 26 November 2013 08:57, Will Newton wrote: > diff --git a/ports/sysdeps/aarch64/dl-irel.h b/ports/sysdeps/aarch64/dl-irel.h > index 1a3811e..f37ee39 100644 > --- a/ports/sysdeps/aarch64/dl-irel.h > +++ b/ports/sysdeps/aarch64/dl-irel.h > @@ -22,15 +22,31 @@ > > #include > #include > +#include Will, is this include needed? /Marcus