]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Rewrite unfinished sentence in documentation.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 17 Mar 2010 06:18:19 +0000 (06:18 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Wed, 17 Mar 2010 06:18:19 +0000 (06:18 +0000)
gcc/:
* doc/extend.texi (Function Attributes): Rewrite unfinished
sentence in ms_abi documentation.

From-SVN: r157508

gcc/ChangeLog
gcc/doc/extend.texi

index de2b4554dbbdbcee66d07be3ff13514249a503b9..dc484d07590de1850d251079e6b160319f606925 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/extend.texi (Function Attributes): Rewrite unfinished
+       sentence in ms_abi documentation.
+
 2010-03-17  Alan Modra  <amodra@gmail.com>
 
        * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
index 62a57a92b0ae690ee55ed8fc3f747fddb93a7d22..6e4a71841ea7dc68444e3e45e63cea6bd077ce40 100644 (file)
@@ -2706,7 +2706,8 @@ attribute tells the compiler to use the Microsoft ABI, while the
 GNU/Linux and other systems.  The default is to use the Microsoft ABI
 when targeting Windows.  On all other systems, the default is the AMD ABI.
 
-Note, This feature is currently sorried out for Windows targets trying to
+Note, the @code{ms_abi} attribute for Windows targets currently requires
+the @option{-maccumulate-outgoing-args} option.
 
 @item ms_hook_prologue
 @cindex @code{ms_hook_prologue} attribute