diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 19:20:05 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 19:20:05 +0000 |
commit | f5b3605162e7cf7807500e78f989b0ecf169cd28 (patch) | |
tree | 6ff3b4ab121f5dc4cfb32c48955165d70582a95b /gcc/f/g77.texi | |
parent | 63b59447717bd7e40298fd6d0bccca1bbc00e379 (diff) | |
download | gcc-f5b3605162e7cf7807500e78f989b0ecf169cd28.tar.gz |
Separate user and internals manuals.
* Makefile.in (info, $(docdir)/gcc.info, dvi, gcc.dvi): Update
dependencies.
($(docdir)/gccint.info, gccint.dvi): New targets.
(maintainer-clean, install-info, uninstall): Update.
* doc/.cvsignore: Add gccint.info*.
* doc/include/gcc-common.texi: New file.
* doc/gcc.texi: Use it. Adjust to be a user-only manual. Put
copyright notice in a macro. Don't include ISBN unless FSFPRINT
is defined.
* doc/gccint.texi: New file.
* doc/configfiles.texi, doc/extend.texi, doc/invoke.texi,
doc/md.texi, doc/passes.texi, doc/tm.texi, doc/trouble.texi:
Update for separate user and internals manuals.
f:
* g77.texi, invoke.texi: Update links to GCC manual.
java:
* gcj.texi: Update link to GCC manual.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48119 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/g77.texi')
-rw-r--r-- | gcc/f/g77.texi | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index be9b814dbfd..38512cfc20c 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -295,7 +295,8 @@ many people have helped create and improve GNU Fortran. @item The packaging and compiler portions of GNU Fortran are based largely on the GNU CC compiler. -@xref{Contributors,,Contributors to GNU CC,gcc,Using and Porting GNU CC}, +@xref{Contributors,,Contributors to GCC,gcc,Using the GNU Compiler +Collection (GCC)}, for more information. @item @@ -845,7 +846,8 @@ files and accepts Fortran-specific command-line options, plus some command-line options that are designed to cater to Fortran users but apply to other languages as well. -@xref{G++ and GCC,,Compile C; C++; or Objective-C,gcc,Using and Porting GNU CC}, +@xref{G++ and GCC,,Compile C; C++; Objective-C; Ada; CHILL; Fortran; +or Java,gcc,Using the GNU Compiler Collection (GCC)}, for information on the way different languages are handled by the GNU CC compiler (@command{gcc}). @@ -7816,7 +7818,8 @@ maths library, but we have no evidence of it causing trouble.) Some targets (such as the Alpha) may need special options for full IEEE conformance. -@xref{Submodel Options,,Hardware Models and Configurations,gcc,Using and Porting GNU CC}. +@xref{Submodel Options,,Hardware Models and Configurations,gcc,Using +the GNU Compiler Collection (GCC)}. @node Inconsistent Calling Sequences @subsection Inconsistent Calling Sequences @@ -8120,8 +8123,9 @@ compiler, typically @command{gcc}.) Using an appropriate @option{-m} option to generate specific code for your CPU may be worthwhile, though it may mean the executable won't run on other versions of the CPU that don't support the same instruction set. -@xref{Submodel Options,,Hardware Models and Configurations,gcc,Using and -Porting GNU CC}. For instance on an x86 system the compiler might have +@xref{Submodel Options,,Hardware Models and Configurations,gcc,Using the +GNU Compiler Collection (GCC)}. For instance on an x86 system the +compiler might have been built---as shown by @samp{g77 -v}---for the target @samp{i386-pc-linux-gnu}, i.e.@: an @samp{i386} CPU@. In that case to generate code best optimized for a Pentium you could use the option @@ -8159,8 +8163,8 @@ directly from the @command{gcc} manual, with minor modifications to tailor it to users of @command{g77}. Anytime a bug seems to have more to do with the @command{gcc} portion of @command{g77}, see -@ref{Trouble,,Known Causes of Trouble with GNU CC, -gcc,Using and Porting GNU CC}.) +@ref{Trouble,,Known Causes of Trouble with GCC, +gcc,Using the GNU Compiler Collection (GCC)}.) @menu * But-bugs:: Bugs really in other programs or elsewhere. @@ -12180,7 +12184,8 @@ preprocessing. Or, learn how to use @command{gcc}'s @option{-x} option to specify the language @samp{f77-cpp-input} for Fortran files that require preprocessing. -@xref{Overall Options,,gcc,Using and Porting GNU CC}. +@xref{Overall Options,,Options Controlling the Kind of +Output,gcc,Using the GNU Compiler Collection (GCC)}. @item The source file is preprocessed, and the results of preprocessing |