diff mbox

[wwwdocs] Mention arm target attributes and pragmas in GCC 6 changes

Message ID 562E549B.4040203@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Oct. 26, 2015, 4:28 p.m. UTC
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

Comments

Gerald Pfeifer Oct. 26, 2015, 10:01 p.m. UTC | #1
On Mon, 26 Oct 2015, Kyrill Tkachov wrote:
> Here's a patch to mention the new target attributes for arm, in the same
> wording as for aarch64.

This looks good to me, thanks.

Gerald
diff mbox

Patch

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.
      </li>
    </ul>
-<!-- <h3 id="arm">ARM</h3> -->
 
+<h3 id="arm">ARM</h3>
+   <ul>
+     <li>
+       The arm port now supports target attributes and pragmas.  Please
+       refer to the <a href="https://gcc.gnu.org/onlinedocs/gcc/ARM-Function-Attributes.html#ARM-Function-Attributes">
+       documentation</a> for details of available attributes and
+       pragmas as well as usage instructions.
+     </li>
+   </ul>
 <!-- <h3 id="avr">AVR</h3> -->
 
 <h3 id="x86">IA-32/x86-64</h3>