summaryrefslogtreecommitdiffstats
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-27 00:16:01 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-02-27 00:16:01 +0000
commit696a1222628c640f0281e278a08f9a1b667a88ba (patch)
treee953bf8032cd58c17cc83cad46c07b94747ddb2c /gcc/invoke.texi
parentaeef2be54e60b6230c71822978276e5116da3f1a (diff)
downloadppe42-gcc-696a1222628c640f0281e278a08f9a1b667a88ba.tar.gz
ppe42-gcc-696a1222628c640f0281e278a08f9a1b667a88ba.zip
Sat Feb 27 01:12:40 1999 Jeffrey A Law (law@cygnus.com)
* md.texi (prologue,epilogue): Document named patterns. Fri Feb 26 19:31:25 1999 Dave Love <fx@gnu.org> * md.texi, invoke.texi: Fix unterminated @xrefs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 82a7737943f..3c938124c2a 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -5058,7 +5058,7 @@ there.
You can specify that an individual function is called with this calling
sequence with the function attribute @samp{stdcall}. You can also
override the @samp{-mrtd} option by using the function attribute
-@samp{cdecl}. @xref{Function Attributes}
+@samp{cdecl}. @xref{Function Attributes}.
@strong{Warning:} this calling convention is incompatible with the one
normally used on Unix, so you cannot use it if you need to call
@@ -5084,7 +5084,8 @@ supported letters are: @code{a} allocate EAX; @code{b} allocate EBX;
Control how many registers are used to pass integer arguments. By
default, no registers are used to pass arguments, and at most 3
registers can be used. You can control this behavior for a specific
-function by using the function attribute @samp{regparm}. @xref{Function Attributes}
+function by using the function attribute @samp{regparm}.
+@xref{Function Attributes}.
@strong{Warning:} if you use this switch, and
@var{num} is nonzero, then you must build all modules with the same
@@ -5729,7 +5730,7 @@ All variants support @samp{-mcpu=base}, this is the default.
Put functions, data, and readonly data in @var{text section},
@var{data section}, and @var{readonly data section} respectively
by default. This can be overridden with the @code{section} attribute.
-@xref{Variable Attributes}
+@xref{Variable Attributes}.
@end table
OpenPOWER on IntegriCloud