From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15226 invoked by alias); 24 Oct 2014 11:08:55 -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 15216 invoked by uid 89); 24 Oct 2014 11:08:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_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; Fri, 24 Oct 2014 11:08:53 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9OB8hb9002787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 24 Oct 2014 07:08:43 -0400 Received: from tucnak.zalov.cz (ovpn-116-116.ams2.redhat.com [10.36.116.116]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9OB8fH9000741 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Fri, 24 Oct 2014 07:08:43 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.9/8.14.9) with ESMTP id s9OB8dbG030723; Fri, 24 Oct 2014 13:08:39 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.9/8.14.9/Submit) id s9OB8cqE030722; Fri, 24 Oct 2014 13:08:38 +0200 Date: Fri, 24 Oct 2014 11:10:00 -0000 From: Jakub Jelinek To: Marcus Shawcroft Cc: Kyrill Tkachov , GCC Patches , Marcus Shawcroft , Tejas Belagod Subject: Re: [PATCH][AArch64] LINK_SPEC changes for Cortex-A53 erratum 835769 workaround Message-ID: <20141024110837.GZ10376@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <5447BD29.4060504@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg02528.txt.bz2 On Fri, Oct 24, 2014 at 12:04:52PM +0100, Marcus Shawcroft wrote: > On 22 October 2014 15:20, Kyrill Tkachov wrote: > > Hi all, > > > > This patch contains the LINK_SPEC changes required to pass on the linker > > option --fix-cortex-a53-835769 when compiling with -mfix-cortex-a53-835769 > > (or by default when configured with --enable-fix-cortex-a53-835769). > > > > This requires a binutils installation with the patch posted at > > https://sourceware.org/ml/binutils/2014-10/msg00198.html applied. > > > > > > Bootstrapped and tested on aarch64-none-linux-gnu and built various > > benchmarks. > > This patch applies to 4.9 (4.8 version will be posted separately) and has > > been tested there as well. > > > > Ok for trunk and 4.9? > > The corresponding binutils changes are committed on binutils trunk, > 2.25 and 2.24. > > The trunk patch is OK. > > Given that Jakub is in the process of preparing a 4.9.2 I'd like an > explicit OK before we commit on 4.9. Jakub? Is that a regression on the 4.9 branch? If not, I'd prefer if it could wait for 4.9.3. Jakub