From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50873 invoked by alias); 23 Jun 2015 09:30:34 -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 45866 invoked by uid 89); 23 Jun 2015 09:30:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 23 Jun 2015 09:30:29 +0000 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:54711 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1Z7KXD-0001fP-5I; Tue, 23 Jun 2015 05:30:27 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: ramrad01@arm.com Cc: gcc-patches , Richard Biener Subject: Re: [PATCH][ARM] PR/65711: Don't pass '-dynamic-linker' when '-shared' is used References: <87mw1zl035.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Messidor an 223 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x3D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Tue, 23 Jun 2015 09:31:00 -0000 In-Reply-To: (Ramana Radhakrishnan's message of "Mon, 18 May 2015 14:29:25 +0100") Message-ID: <87d20mai1a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2015-06/txt/msg01521.txt.bz2 Ramana Radhakrishnan skribis: > On Thu, Apr 23, 2015 at 9:29 AM, Ludovic Court=C3=A8s wrot= e: >> As discussed at . >> >> Patch is for both 4.8 and 4.9 (possibly 5.1 too, I haven=E2=80=99t check= ed.) >> > > OK for trunk. This is also ok for all release branches if no > objections in 24 hours. [...] >> gcc/ >> 2015-04-23 Ludovic Court=C3=A8s >> >> PR 65711 >> * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Move >> '-dynamic-linker' within %{!shared: ...}. Committed to gcc-4_8-branch, gcc-4_9-branch, gcc-5-branch, and trunk. Please let me know if there=E2=80=99s anything I missed. Thanks, Ludo=E2=80=99.