From patchwork Fri Feb 13 09:52:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrylo Tkachov X-Patchwork-Id: 439447 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 EC0431402DF for ; Fri, 13 Feb 2015 20:52:53 +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:cc:subject:content-type; q=dns; s=default; b=pBs1uSLQbRaEGe3+YBdHmjbgeuzkM0Lv2roW/AWbqKY MtJB/TzkU6vT1i2v5Ozuyg0/r5ZgKKuDrBXYe/ONaSyKhskBpwSKVaM0A71OIMvk x4V5Eahw/WQmHelwmbNfLAyNyLePy1tFB9K2OvdGTTNi4Xwrc7tnNXeCGewyi8P0 = 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:cc:subject:content-type; s=default; bh=ZSbzeJMxlhiJyUEFxIZTvf1JRhs=; b=RFPnV4e7zZkoYjGkO J51asMxNOfXT5W3Pw9bUcxJZ1CMgAsciVc3cFs2YrS0QrP6TjucEqJQ1as29HUY0 9+wyaVeLB4kcVrzIIXH6saLEQzeLXmEYY5+xSSENy4wFb24nDwgrS9O7TtftOhXL /nUisgjWMHoL05Q7G1ZEiOF0KA= Received: (qmail 22015 invoked by alias); 13 Feb 2015 09:52:46 -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 21999 invoked by uid 89); 13 Feb 2015 09:52:46 -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; Fri, 13 Feb 2015 09:52:45 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by service87.mimecast.com; Fri, 13 Feb 2015 09:52:42 +0000 Received: from [10.2.207.50] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 13 Feb 2015 09:52:40 +0000 Message-ID: <54DDC968.9050101@arm.com> Date: Fri, 13 Feb 2015 09:52:40 +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: "gerald@pfeifer.com" , Ramana Radhakrishnan , Marcus Shawcroft , Philipp Tomsich , andreast@gcc.gnu.org Subject: [PATCH][wwwdocs] Mention xgene-1 in arm and aarch64, FreeBSD support for arm X-MC-Unique: 115021309524300101 X-IsSubscribed: yes Hi all, This patch to changes.html mentions the xgene1 support in GCC 5 for arm and aarch64 and also the FreeBSD support for ARM. Is this ok? I added the FreeBSD part in the Operating Systems section similar to Dragonfly BSD. Thanks, Kyrill Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.80 diff -U 3 -r1.80 changes.html --- htdocs/gcc-5/changes.html 9 Feb 2015 11:54:27 -0000 1.80 +++ htdocs/gcc-5/changes.html 11 Feb 2015 17:24:14 -0000 @@ -480,6 +480,9 @@
  • Support for the Cavium ThunderX processor is now available through the -mcpu=thunderx and -mtune=thunderx options.
  • +
  • Support for the Applied Micro X-Gene processor is now available through + the -mcpu=xgene1 and -mtune=xgene1 options. +
  • Support for the Cortex-A72 processor has been added through the -mcpu=cortex-a72 option and the big.LITTLE variant -mcpu=cortex-a72.cortex-a53. Using these options @@ -512,6 +515,9 @@
  • Support for the Cortex-A17 processor has been added through the -mcpu=cortex-a17 and -mtune=cortex-a17 options.
  • +
  • Support for the Applied Micro X-Gene processor is now available through + the -mcpu=xgene1 and -mtune=xgene1 options. +
  • Support for the Cortex-M7 processor has been added through the -mcpu=cortex-m7 and -mtune=cortex-m7 options.
  • @@ -666,6 +672,13 @@
  • GCC now supports the DragonFly BSD operating system.
  • +

    FreeBSD

    + +
      +
    • GCC now supports the FreeBSD operating system for the arm port + through the arm*-*-freebsd* target triplets.
    • +
    +

    VxWorks MILS