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: 536108 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 2AD061412FD for ; Tue, 27 Oct 2015 03:28:29 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=HRm5Au/8; dkim-atps=neutral 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=XHhXmwayJIKXT5DZQNnnGeT2Ud+4K24oyLlEAi85dsC RlD7EW1eu9Y4xH0rKukP9GUiPTRha4caNFzBhB3FKkjeOl30MR1B3aFie/8uxhnR vXz4nvBcUdbun8lxXRXWN3SNMIFkem+e+YSd4LNaao3aFs/L8DDgGEWbxklp8RVw = 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=HRm5Au/8h3mZD94Z0 UAcH49GyHHwNwh5R3hlyclZQB8nF9/nCF+tVw56SBFUe7U0ufA4Sf6J0WJPyueko ihumQwfz+g4Yc08dV0XNjLCOFYeKUHQYeLArT6zCCDwOWmtYzbiFd7vcEhoi9zZP QGuA3o/tnHn+wrhL/C4pVKiJHc= 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