From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125176 invoked by alias); 23 Nov 2015 14:55:37 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 125158 invoked by uid 89); 23 Nov 2015 14:55:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Nov 2015 14:55:35 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-2-qwBajnHKRDCOPghwb_P31g-1; Mon, 23 Nov 2015 14:55:29 +0000 Received: from [10.2.206.40] ([10.1.2.79]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 23 Nov 2015 14:55:29 +0000 Message-ID: <565328E1.8000507@arm.com> Date: Mon, 23 Nov 2015 14:56:00 -0000 From: Szabolcs Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" CC: Marcus Shawcroft Subject: Re: [PATCH][AArch64] Documentation fix for -fpic References: <56447860.6080702@arm.com> In-Reply-To: <56447860.6080702@arm.com> X-MC-Unique: qwBajnHKRDCOPghwb_P31g-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02734.txt.bz2 On 12/11/15 11:30, Szabolcs Nagy wrote: > The documentation for -fpic and -fPIC explicitly mentions some targets > where the difference matters, but not AArch64. Specifying the GOT size > limit is not entirely correct as it can depend on the -mcmodel setting, > but probably better than leaving the impression that -fpic vs -fPIC does > not matter on AArch64. > ping. > ChangeLog: > > 2015-11-12 Szabolcs Nagy > > * doc/invoke.texi (-fpic): Add the AArch64 limit. > (-fPIC): Add AArch64.