From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24635 invoked by alias); 23 Jun 2015 09:46:04 -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 24625 invoked by uid 89); 23 Jun 2015 09:46:03 -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:46:01 +0000 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:55095 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1Z7KmE-0002Ke-VX; Tue, 23 Jun 2015 05:45:59 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Richard Biener Cc: Ramana Radhakrishnan , ramrad01@arm.com, gcc-patches , Richard Biener Subject: Re: [PATCH][ARM] PR/65711: Don't pass '-dynamic-linker' when '-shared' is used References: <87mw1zl035.fsf@gnu.org> <87d21xog7s.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 10:10:00 -0000 In-Reply-To: (Richard Biener's message of "Tue, 23 Jun 2015 11:20:53 +0200") Message-ID: <87381iahbf.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/msg01525.txt.bz2 Richard Biener skribis: > On Mon, May 18, 2015 at 9:09 PM, Ludovic Court=C3=A8s wrot= e: >> Ramana Radhakrishnan skribis: >> >>> On Thu, Apr 23, 2015 at 9:29 AM, Ludovic Court=C3=A8s wr= ote: >>>> As discussed at . >>>> >>>> Patch is for both 4.8 and 4.9 (possibly 5.1 too, I haven=E2=80=99t che= cked.) >>>> >>> >>> 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. My bad, sorry about that! Ludo=E2=80=99.