diff options
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 7 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 7cbd68e..dcbf29f 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2836,11 +2836,8 @@ On 32-bit i?86-*-* targets, you can control by those attribute for aggregate return in memory, if the caller is responsible to pop the hidden pointer together with the rest of the arguments - @var{number} equal to zero -, or if the callee is responsible to pop hidden pointer - @var{number} -equal to one. - -For i?86-netware, the caller pops the stack for the hidden arguments pointing -to aggregate return value. This differs from the default i386 ABI which assumes -that the callee pops the stack for hidden pointer. +equal to one. The default i386 ABI assumes that the callee pops the +stack for hidden pointer. @item ms_hook_prologue @cindex @code{ms_hook_prologue} attribute diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 811bf3d..9918c4f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1141,8 +1141,6 @@ DCE thread support. LynxOS thread support. @item mipssde MIPS SDE thread support. -@item nks -Novell Kernel Services thread support. @item no This is an alias for @samp{single}. @item posix |