From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113944 invoked by alias); 23 Jun 2015 09:33:48 -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 113931 invoked by uid 89); 23 Jun 2015 09:33:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_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 (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 23 Jun 2015 09:33:46 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id B60D919F20D; Tue, 23 Jun 2015 09:33:45 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-82.ams2.redhat.com [10.36.116.82]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5N9Xi0n031032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 23 Jun 2015 05:33:45 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.9/8.14.9) with ESMTP id t5N9Xgt8010132; Tue, 23 Jun 2015 11:33:42 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.9/8.14.9/Submit) id t5N9Xdpi010131; Tue, 23 Jun 2015 11:33:39 +0200 Date: Tue, 23 Jun 2015 09:38:00 -0000 From: Jakub Jelinek To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: ramrad01@arm.com, gcc-patches , Richard Biener Subject: Re: [PATCH][ARM] PR/65711: Don't pass '-dynamic-linker' when '-shared' is used Message-ID: <20150623093339.GI10247@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <87mw1zl035.fsf@gnu.org> <87d20mai1a.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87d20mai1a.fsf@gnu.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg01523.txt.bz2 On Tue, Jun 23, 2015 at 11:30:25AM +0200, Ludovic Courtès wrote: > Ramana Radhakrishnan skribis: > > > On Thu, Apr 23, 2015 at 9:29 AM, Ludovic Courtès wrote: > >> As discussed at . > >> > >> Patch is for both 4.8 and 4.9 (possibly 5.1 too, I haven’t checked.) > >> > > > > OK for trunk. This is also ok for all release branches if no > > objections in 24 hours. > > [...] > > >> gcc/ > >> 2015-04-23 Ludovic Courtès > >> > >> 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’s anything I missed. See richi's mail. 4.8 branch has already been closed, and 4.9 branch is frozen, so you should have asked for RM permission. Also, in the ChangeLog entries, one should write it in the form PR component/bugno, so PR target/65711 in your case. Jakub