diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-07-08 08:39:23 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-07-08 04:39:23 -0400 |
commit | ec4b2ecbe658403ba07827a524ee8ca35acb2163 (patch) | |
tree | 5ad3693401508a441ad8152c71ef1d03a5e5b5b4 | |
parent | a6541767205571ff6e1e76e8362ff811bf0c9d75 (diff) | |
download | gcc-ec4b2ecbe658403ba07827a524ee8ca35acb2163.zip gcc-ec4b2ecbe658403ba07827a524ee8ca35acb2163.tar.gz gcc-ec4b2ecbe658403ba07827a524ee8ca35acb2163.tar.bz2 |
Fix @end table
From-SVN: r28004
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/invoke.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7128aa6..0805451 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 8 10:28:25 1999 Craig Burley <craig@jcb-sc.com> + + * 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 <nickc@cygnus.com> * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 1902c2a..570e632 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 |