From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13074 invoked by alias); 2 Jun 2016 14:38: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 13056 invoked by uid 89); 2 Jun 2016 14:38:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=states X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Jun 2016 14:38:42 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 03F134C; Thu, 2 Jun 2016 07:39:11 -0700 (PDT) Received: from [10.2.206.43] (e100706-lin.cambridge.arm.com [10.2.206.43]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 18BD43F246; Thu, 2 Jun 2016 07:38:39 -0700 (PDT) Message-ID: <575044EE.5010308@foss.arm.com> Date: Thu, 02 Jun 2016 14:38:00 -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 CC: Ramana Radhakrishnan , Richard Earnshaw Subject: [PATCH][ARM][wwwdocs] Mention some arm port changes for GCC 6 Content-Type: multipart/mixed; boundary="------------090701000606010502030304" X-SW-Source: 2016-06/txt/msg00173.txt.bz2 This is a multi-part message in MIME format. --------------090701000606010502030304 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 139 Hi all, A bit belatedly, but here are some arm-related entries for the changes.html page for GCC 6. Is this ok to commit? Thanks, Kyrill --------------090701000606010502030304 Content-Type: text/x-patch; name="wwwdocs-arm-changes.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="wwwdocs-arm-changes.patch" Content-length: 2227 Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.80 diff -U 3 -r1.80 changes.html --- htdocs/gcc-6/changes.html 27 Apr 2016 13:24:19 -0000 1.80 +++ htdocs/gcc-6/changes.html 28 Apr 2016 09:01:45 -0000 @@ -478,6 +478,14 @@ armv2,armv2a,armv3,armv3m,armv4.
  • + Support has been added for the ARMv8.1-A architecture through the + armv8.1-a and armv8.1-a+crc arguments + to the -march command-line option. This allows access + to a number of new ACLE intrinsics. For details please refer to the + + documentation. +
  • +
  • The ARM port now supports target attributes and pragmas. Please refer to the documentation for details of available attributes and @@ -486,12 +494,24 @@
  • Support has been added for the following processors (GCC identifiers in parentheses): ARM Cortex-A32 - (cortex-a32), ARM Cortex-A35 (cortex-a35). + (cortex-a32), ARM Cortex-A35 (cortex-a35), + ARM Cortex-R8 (cortex-r8), Qualcomm QDF24xx + (qdf24xx). The GCC identifiers can be used as arguments to the -mcpu or -mtune options, for example: -mcpu=cortex-a32 or -mtune=cortex-a35.
  • +
  • + The ARM port now emits assembly in the Unified format for both ARM and + Thumb states. This doesn't affect the functionality of user-supplied + inline assembly constructs. +
  • +
  • + The ARM port now accepts the value armv6kz as an argument + to the -march. The value armv6zk is still + supported. +
  • --------------090701000606010502030304--