Hi all,

This wwwdocs patch adds an entry to the GCC 6 changes page about the aarch64 
target attributes and pragmas support.
Ok for the wwwdocs repo?

Thanks,
Kyrill
Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.21
diff -U 3 -r1.21 changes.html
--- htdocs/gcc-6/changes.html	13 Aug 2015 12:32:16 -0000	1.21
+++ htdocs/gcc-6/changes.html	19 Aug 2015 16:08:57 -0000
@@ -138,6 +138,15 @@
        the global offset table (GOT) is limited to 28KiB under the LP64 SysV ABI
        , and 15KiB under the ILP32 SysV ABI.
      </li>
+     <li>
+       The AArch64 port now supports target attributes and pragmas.  Please
+       refer to the documentation for details of available attributes and
+       pragmas as well as usage instructions.
+     </li>
+     <li>
+       Link-time optimization across translation units with different
+       target-specific options is now supported.
+     </li>
    </ul>
 <!-- <h3 id="arm">ARM</h3> -->
 

Reply via email to