aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-03-17 06:18:19 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2010-03-17 06:18:19 +0000
commit4c4177dc90e8db16a78d6a6805eff25637cecbd1 (patch)
treea36a16f1274b76e551b8e3a54e3572af7ed0fedd /gcc/doc
parent60ac95117ecc4790b5aef4a9005c6fec8936debf (diff)
downloadgcc-4c4177dc90e8db16a78d6a6805eff25637cecbd1.zip
gcc-4c4177dc90e8db16a78d6a6805eff25637cecbd1.tar.gz
gcc-4c4177dc90e8db16a78d6a6805eff25637cecbd1.tar.bz2
Rewrite unfinished sentence in documentation.
gcc/: * doc/extend.texi (Function Attributes): Rewrite unfinished sentence in ms_abi documentation. From-SVN: r157508
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 62a57a9..6e4a718 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