From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 692 invoked by alias); 23 Jun 2015 09:20:57 -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 683 invoked by uid 89); 23 Jun 2015 09:20:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f44.google.com Received: from mail-oi0-f44.google.com (HELO mail-oi0-f44.google.com) (209.85.218.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 09:20:55 +0000 Received: by oiyy130 with SMTP id y130so2725259oiy.0 for ; Tue, 23 Jun 2015 02:20:53 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.202.172.16 with SMTP id v16mr26798617oie.51.1435051253313; Tue, 23 Jun 2015 02:20:53 -0700 (PDT) Received: by 10.76.115.167 with HTTP; Tue, 23 Jun 2015 02:20:53 -0700 (PDT) In-Reply-To: <87d21xog7s.fsf@gnu.org> References: <87mw1zl035.fsf@gnu.org> <87d21xog7s.fsf@gnu.org> Date: Tue, 23 Jun 2015 09:30:00 -0000 Message-ID: Subject: Re: [PATCH][ARM] PR/65711: Don't pass '-dynamic-linker' when '-shared' is used From: Richard Biener To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Ramana Radhakrishnan , ramrad01@arm.com, gcc-patches , Richard Biener Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg01520.txt.bz2 On Mon, May 18, 2015 at 9:09 PM, Ludovic Court=C3=A8s wrote: > Ramana Radhakrishnan skribis: > >> On Thu, Apr 23, 2015 at 9:29 AM, Ludovic Court=C3=A8s wro= te: >>> As discussed at . >>> >>> Patch is for both 4.8 and 4.9 (possibly 5.1 too, I haven=E2=80=99t chec= ked.) >>> >> >> OK for trunk. This is also ok for all release branches if no >> objections in 24 hours. > > OK, thank you. > > I haven=E2=80=99t applied for write-after-approval so perhaps you should = commit > it yourself? So you just committed to the already closed 4.8 branch. Please always check gcc.gnu.org/ for branch status. Richard. > Ludo=E2=80=99.