aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-02-26 17:12:13 -0700
committerJeff Law <law@gcc.gnu.org>1999-02-26 17:12:13 -0700
commit27ab8a6426d1c6e57e4be91374fc6afa3587eb9f (patch)
tree15d05ebecec9707ae03b72e40eb90fba082df327
parentc24aee667830d75c5cb6debd62b99e30b8f3e263 (diff)
md.texi, [...]: Fix unterminated @xrefs.
h * md.texi, invoke.texi: Fix unterminated @xrefs. From-SVN: r25476
-rw-r--r--gcc/invoke.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 1b263d71ab2..5287f53e4a6 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -5008,7 +5008,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
@@ -5034,7 +5034,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
@@ -5670,7 +5671,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