From patchwork Wed Nov 12 16:31:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrylo Tkachov X-Patchwork-Id: 410033 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A11B31400AB for ; Thu, 13 Nov 2014 03:31:28 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=LUfqcNMBHa15s3+6PT4p6weF9iOABipjTg9CwPTu8HxTBL WFvUATMyoosMFA0YTR/upfO+HyiwHMEKvo6k+tRDUfnH0B3XC+biivnQ7jhnntgU 31EoTm3jK7R8BRuVIGcJM5f8mG8LsY3yBnEpfz1QmSQlmHGafUTlnHB8ebRFE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=I7WoNTPcDSqm86ytCtL96+Ejk/w=; b=VsTnuhYSXoULgOl5QuIn W/nitqRhYaHJmJyYYf0dlF5yXo5u9vd5yeivTMyQiyvzm3CA2aUYV88zBOwidd5H 8a6Veoy24LuG047B9BsVi6Vs5kU9G0Kr9FrIDlDHdh/btxJLLVKqRzkF9jBAVehf 8uziymGjUZXppsvPQHojJdA= Received: (qmail 10782 invoked by alias); 12 Nov 2014 16:31:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 10751 invoked by uid 89); 12 Nov 2014 16:31:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Nov 2014 16:31:19 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Wed, 12 Nov 2014 16:31:14 +0000 Received: from [10.1.207.43] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 12 Nov 2014 16:31:13 +0000 Message-ID: <54638B51.6060904@arm.com> Date: Wed, 12 Nov 2014 16:31:13 +0000 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: GCC Patches , "gerald@pfeifer.com" Subject: [PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options X-MC-Unique: 114111216311408601 X-IsSubscribed: yes Hi all, This patch adds the Cortex-A53 erratum workaround options item to the changes page (and adds the AArch64 section of that page in the process) Ok? Thanks, Kyrill Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.19 diff -U 3 -r1.19 changes.html --- htdocs/gcc-5/changes.html 17 Oct 2014 12:30:48 -0000 1.19 +++ htdocs/gcc-5/changes.html 29 Oct 2014 14:04:28 -0000 @@ -217,7 +217,18 @@ - +

New Targets and Target Specific Improvements

+ +

AArch64

+
    +
  • A workaround for the ARM Cortex-A53 erratum 835769 has been + added and can be enabled by giving the + -mfix-cortex-a53-835769 option. + Alternatively it can be enabled by default by configuring GCC with the + --enable-fix-cortex-a53-835769 option. +
  • + +

Operating Systems