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. +
  • + 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. +
  • +
  • + Link-time optimization across translation units with different + target-specific options is now supported. +