From: rwild Date: Wed, 17 Mar 2010 06:18:19 +0000 (+0000) Subject: Rewrite unfinished sentence in documentation. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=71e7d89442a899c1db36a56329c9c5f01d95417f;hp=2fe6297ae1cd778c5be07e8641bb3a1d4baa77ec;p=pf3gnuchains%2Fgcc-fork.git Rewrite unfinished sentence in documentation. gcc/: * doc/extend.texi (Function Attributes): Rewrite unfinished sentence in ms_abi documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157508 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de2b4554dbb..dc484d07590 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-03-17 Ralf Wildenhues + + * doc/extend.texi (Function Attributes): Rewrite unfinished + sentence in ms_abi documentation. + 2010-03-17 Alan Modra * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 62a57a92b0a..6e4a71841ea 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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