invoke.texi: Remove mention of f77...
authorToon Moene <toon@moene.indiv.nluug.nl>
Mon, 17 Jul 2006 18:05:39 +0000 (20:05 +0200)
committerToon Moene <toon@gcc.gnu.org>
Mon, 17 Jul 2006 18:05:39 +0000 (18:05 +0000)
2006-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>

* invoke.texi: Remove mention of f77; Reformat table for
inline parameter options correctly; mention that -malign-double
is default on x86-64 targets.

From-SVN: r115529

gcc/ChangeLog
gcc/doc/invoke.texi

index c9a46c00c0d7bc39dcea6f8d6df6b1c3f12e6e0f..c52add0e4fafd5012c929cae4cf7f3df4c62a1fc 100644 (file)
@@ -1,3 +1,9 @@
+2006-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * invoke.texi: Remove mention of f77; Reformat table for
+       inline parameter options correctly; mention that -malign-double
+       is default on x86-64 targets.
+
 2006-07-17  Zdenek Dvorak <dvorakz@suse.cz>
 
        * tree-chrec.c (avoid_arithmetics_in_type_p): New.
index 32fe747b4da639cb7609da0ff11c25e59c998418..1e73af45c96328db0c6043d7ccfece70dbbd8d92 100644 (file)
@@ -943,7 +943,6 @@ objective-c  objective-c-header  objective-c-cpp-output
 objective-c++ objective-c++-header objective-c++-cpp-output
 assembler  assembler-with-cpp
 ada
-f77  f77-cpp-input
 f95  f95-cpp-input
 java
 treelang
@@ -4659,14 +4658,14 @@ The @option{-finline-limit=@var{n}} option sets some of these parameters
 as follows:
 
 @table @gcctabopt
- @item max-inline-insns-single
 is set to @var{n}/2.
- @item max-inline-insns-auto
 is set to @var{n}/2.
- @item min-inline-insns
 is set to 130 or @var{n}/4, whichever is smaller.
- @item max-inline-insns-rtl
 is set to @var{n}.
+@item max-inline-insns-single
+ is set to @var{n}/2.
+@item max-inline-insns-auto
+ is set to @var{n}/2.
+@item min-inline-insns
+ is set to 130 or @var{n}/4, whichever is smaller.
+@item max-inline-insns-rtl
+ is set to @var{n}.
 @end table
 
 See below for a documentation of the individual
@@ -9381,6 +9380,8 @@ boundary.  Aligning @code{double} variables on a two word boundary will
 produce code that runs somewhat faster on a @samp{Pentium} at the
 expense of more memory.
 
+On x86-64, @option{-malign-double} is enabled by default.
+
 @strong{Warning:} if you use the @option{-malign-double} switch,
 structures containing the above types will be aligned differently than
 the published application binary interface specifications for the 386
@@ -13088,7 +13089,7 @@ it.
 @opindex fbounds-check
 For front-ends that support it, generate additional code to check that
 indices used to access arrays are within the declared range.  This is
-currently only supported by the Java and Fortran 77 front-ends, where
+currently only supported by the Java and Fortran front-ends, where
 this option defaults to true and false respectively.
 
 @item -ftrapv