Commit 26b9526e by Craig Burley

doc, index improvements

From-SVN: r25189
parent 01684293
...@@ -60,6 +60,7 @@ Fixed in @code{egcs}. ...@@ -60,6 +60,7 @@ Fixed in @code{egcs}.
@cindex DNRM2 @cindex DNRM2
@cindex stack, 387 coprocessor @cindex stack, 387 coprocessor
@cindex ix86 @cindex ix86
@cindex x86
@cindex -O2 @cindex -O2
@item @item
A code-generation bug afflicts A code-generation bug afflicts
...@@ -123,7 +124,7 @@ This is to be fixed in version 0.6, when @code{g77} will use the ...@@ -123,7 +124,7 @@ This is to be fixed in version 0.6, when @code{g77} will use the
@cindex compiler memory usage @cindex compiler memory usage
@cindex memory usage, of compiler @cindex memory usage, of compiler
@cindex large aggregate areas @cindex large aggregate areas
@cindex initialization @cindex initialization, bug
@cindex DATA statement @cindex DATA statement
@cindex statements, DATA @cindex statements, DATA
@item @item
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
@node Installation @node Installation
@chapter Installing GNU Fortran @chapter Installing GNU Fortran
@end ifclear @end ifclear
@cindex installing GNU Fortran @cindex installing, GNU Fortran
The following information describes how to install @code{g77}. The following information describes how to install @code{g77}.
...@@ -403,7 +403,7 @@ and @code{egcs} version 1.0. ...@@ -403,7 +403,7 @@ and @code{egcs} version 1.0.
@node Building GNU CC Necessary @node Building GNU CC Necessary
@subsubsection Building GNU CC Necessary @subsubsection Building GNU CC Necessary
@cindex gcc, building @cindex @code{gcc}, building
@cindex building gcc @cindex building gcc
It should be possible to build the runtime without building @code{cc1} It should be possible to build the runtime without building @code{cc1}
...@@ -420,9 +420,9 @@ is not yet established. ...@@ -420,9 +420,9 @@ is not yet established.
@cindex undefined reference (_strtoul) @cindex undefined reference (_strtoul)
@cindex f771, linking error for @cindex f771, linking error for
@cindex linking error for f771 @cindex linking error for f771
@cindex ld error for f771 @cindex @code{ld}, error linking f771
@cindex ld can't find _bsearch @cindex @code{ld}, can't find _bsearch
@cindex ld can't find _strtoul @cindex @code{ld}, can't find _strtoul
@cindex SunOS4 @cindex SunOS4
@emph{Version info:} @emph{Version info:}
...@@ -721,7 +721,7 @@ Then build or rebuild @code{g77} as appropriate. ...@@ -721,7 +721,7 @@ Then build or rebuild @code{g77} as appropriate.
@vindex FFECOM_sizeMAXSTACKITEM @vindex FFECOM_sizeMAXSTACKITEM
@cindex code, stack variables @cindex code, stack variables
@cindex maximum stackable size @cindex maximum stackable size
@cindex stack allocation @cindex stack, allocation
@cindex segmentation violation @cindex segmentation violation
@code{g77}, on most machines, puts many variables and arrays on the stack @code{g77}, on most machines, puts many variables and arrays on the stack
where possible, and can be configured (by changing where possible, and can be configured (by changing
...@@ -758,7 +758,7 @@ something like @samp{EQUIVALENCE (I,R)} and @samp{DATA R/9.43578/}.) ...@@ -758,7 +758,7 @@ something like @samp{EQUIVALENCE (I,R)} and @samp{DATA R/9.43578/}.)
@node Large Initialization @node Large Initialization
@subsection Initialization of Large Aggregate Areas @subsection Initialization of Large Aggregate Areas
@cindex speed, compiler @cindex speed, of compiler
@cindex slow compiler @cindex slow compiler
@cindex memory utilization @cindex memory utilization
@cindex large initialization @cindex large initialization
...@@ -1209,7 +1209,7 @@ tree for the first time. ...@@ -1209,7 +1209,7 @@ tree for the first time.
@cindex modifying @code{g77} @cindex modifying @code{g77}
@cindex code, modifying @cindex code, modifying
@cindex Pentium optimizations @cindex Pentium optimizations
@cindex optimizations, Pentium @cindex optimization, for Pentium
@emph{Note:} Please use @strong{only} @code{gcc} and @code{g77} @emph{Note:} Please use @strong{only} @code{gcc} and @code{g77}
source trees as distributed by the FSF. source trees as distributed by the FSF.
Use of modified versions is likely to result in problems that appear to be Use of modified versions is likely to result in problems that appear to be
...@@ -1223,16 +1223,16 @@ and @code{gcc} can coexist as they do in the stock FSF distributions. ...@@ -1223,16 +1223,16 @@ and @code{gcc} can coexist as they do in the stock FSF distributions.
@node Merging Distributions @node Merging Distributions
@subsection Merging Distributions @subsection Merging Distributions
@cindex merging distributions @cindex merging distributions
@cindex @code{gcc} versions supported by @code{g77} @cindex @code{gcc}, versions supported by @code{g77}
@cindex versions of @code{gcc} @cindex versions, of @code{gcc}
@cindex support for @code{gcc} versions @cindex support, @code{gcc} versions
After merging the @code{g77} source tree into the @code{gcc} source tree, After merging the @code{g77} source tree into the @code{gcc} source tree,
you have put together a complete @code{g77} source tree. you have put together a complete @code{g77} source tree.
@cindex gcc version numbering @cindex @code{gcc}, version number
@cindex version numbering @cindex version number
@cindex g77 version number @cindex @code{g77}, version number
@cindex GNU version numbering @cindex GNU version numbering
As of version 0.5.23, @code{g77} no longer modifies As of version 0.5.23, @code{g77} no longer modifies
the version number of @code{gcc}, the version number of @code{gcc},
...@@ -1325,7 +1325,7 @@ the @code{g77} front end (FFE). ...@@ -1325,7 +1325,7 @@ the @code{g77} front end (FFE).
@node Where to Install @node Where to Install
@subsection Where in the World Does Fortran (and GNU CC) Go? @subsection Where in the World Does Fortran (and GNU CC) Go?
@cindex language f77 not recognized @cindex language f77 not recognized
@cindex gcc will not compile Fortran programs @cindex @code{gcc}, will not compile Fortran programs
Before configuring, you should make sure you know Before configuring, you should make sure you know
where you want the @code{g77} and @code{gcc} where you want the @code{g77} and @code{gcc}
...@@ -1470,7 +1470,7 @@ issuing an explanatory diagnostic. ...@@ -1470,7 +1470,7 @@ issuing an explanatory diagnostic.
@cindex building @code{gcc} @cindex building @code{gcc}
@cindex building @code{g77} @cindex building @code{g77}
@vindex LANGUAGES @cindex @samp{LANGUAGES} macro
Building @code{g77} requires building enough of @code{gcc} that Building @code{g77} requires building enough of @code{gcc} that
these instructions assume you're going to build all of these instructions assume you're going to build all of
@code{gcc}, including @code{g++}, @code{protoize}, and so on. @code{gcc}, including @code{g++}, @code{protoize}, and so on.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment