From ec4b2ecbe658403ba07827a524ee8ca35acb2163 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Thu, 8 Jul 1999 08:39:23 +0000 Subject: [PATCH] Fix @end table From-SVN: r28004 --- gcc/ChangeLog | 5 +++++ gcc/invoke.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7128aa68a19..08054518120 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 8 10:28:25 1999 Craig Burley + + * invoke.texi (DEC Alpha Options): Put @end table at + beginning of line, to avoid confusing texi2html. + Thu Jul 8 09:22:06 1999 Nick Clifton * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 1902c2a4b72..570e6325675 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -5568,7 +5568,8 @@ Dynamic rounding mode. A field in the floating point control register (@var{fpcr}, see Alpha architecture reference manual) controls the rounding mode in effect. The C library initializes this register for rounding towards plus infinity. Thus, unless your program modifies the -@var{fpcr}, @samp{d} corresponds to round towards plus infinity.@end table +@var{fpcr}, @samp{d} corresponds to round towards plus infinity. +@end table @item -mtrap-precision=@var{trap precision} In the Alpha architecture, floating point traps are imprecise. This -- 2.30.2