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. </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>