From patchwork Mon Oct 26 16:28:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrylo Tkachov X-Patchwork-Id: 55572 Delivered-To: patch@linaro.org Received: by 10.112.59.35 with SMTP id w3csp1296639lbq; Mon, 26 Oct 2015 09:28:36 -0700 (PDT) X-Received: by 10.68.197.9 with SMTP id iq9mr23010116pbc.123.1445876915953; Mon, 26 Oct 2015 09:28:35 -0700 (PDT) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id iu8si54204749pbc.58.2015.10.26.09.28.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 09:28:35 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-return-411561-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-return-411561-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-411561-patch=linaro.org@gcc.gnu.org; dkim=pass header.i=@gcc.gnu.org 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=YAU8vxG1H0hS8IU6Tx6+Ll0MzaU6xavh2JWKbs0Rly+ S8dQvFa0s+c9t2ECiwD8FBJJMDbsPl6iyiGAfUKqwMp3NtosnmDBZoCj2G7HYvtF qNJ+1ekA9u/DK3i5Cac9ffw+4/0ND0EHFOUyZYqmtuRjeC7XU/Lh3GWA8gKSUzgc = 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=DdVJhb5Ps4AzDwLvI3Yhekdo4RE=; b=FkdqJ4L0ulfQ7J9MN L9Pju/p7Vjyo/e2qquNJpM8uGYnVD4bTmAEaqe5xy1AAGVjRHSWczv9uFws5flHM vkesWFONrQ6dt8Zl/Oeft9ZW0h+w6wwdXnUD2h8jPnbopOXGMGHLrWVjlGdPje2x BKvmiEn5HEhvNwvZwqvW1cstE8= Received: (qmail 11365 invoked by alias); 26 Oct 2015 16:28:20 -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 11356 invoked by uid 89); 26 Oct 2015 16:28:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Oct 2015 16:28:17 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-6-t2NROtrSQMaObZ-RYgG-Lw-1; Mon, 26 Oct 2015 16:28:11 +0000 Received: from [10.2.207.50] ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 26 Oct 2015 16:28:11 +0000 Message-ID: <562E549B.4040203@arm.com> Date: Mon, 26 Oct 2015 16:28:11 +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" Subject: [PATCH][wwwdocs] Mention arm target attributes and pragmas in GCC 6 changes X-MC-Unique: t2NROtrSQMaObZ-RYgG-Lw-1 X-IsSubscribed: yes Hi all, Christian asked me for this patch some time ago, but it slipped under my radar. Here's a patch to mention the new target attributes for arm, in the same wording as for aarch64. Ok to install? Thanks, Kyrill Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.36 diff -U 3 -r1.36 changes.html --- htdocs/gcc-6/changes.html 12 Oct 2015 16:55:25 -0000 1.36 +++ htdocs/gcc-6/changes.html 16 Oct 2015 14:49:17 -0000 @@ -182,8 +182,16 @@ target-specific options is now supported. - +

ARM

+
    +
  • + The arm port now supports target attributes and pragmas. Please + refer to the + documentation for details of available attributes and + pragmas as well as usage instructions. +
  • +

IA-32/x86-64