invoke.texi: Fix description of flags required for compatibility with g77.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sun, 5 Jun 2005 13:13:09 +0000 (15:13 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 5 Jun 2005 13:13:09 +0000 (15:13 +0200)
* invoke.texi: Fix description of flags required for compatibility
with g77.

From-SVN: r100621

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index a57c1a0e60736b791bb26edb5b517f6383cbf391..51afe9c2f6bfab07483d9f30d5ca4a56bbf6a765 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-05  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * invoke.texi: Fix description of flags required for compatibility
+       with g77.
+
 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
        Erik Schnetter  <schnetter@aei.mpg.de>
 
index 098882ecbe3923e7609a77a61614b4c15872ed62..e3d2e26848acd5d13f2f97bc9e7e150be264694a 100644 (file)
@@ -571,9 +571,9 @@ UNIX Fortran compilers.
 
 @emph{Caution}: The default behavior of @command{gfortran} is
 incompatible with @command{f2c} and @command{g77}, please use the
-@option{-ff2c} and @option{-fsecond-underscore} options if you want
-object files compiled with @option{gfortran} to be compatible with
-object code created with these tools.
+@option{-ff2c} option if you want object files compiled with
+@option{gfortran} to be compatible with object code created with these
+tools.
 
 Use of @option{-fno-underscoring} is not recommended unless you are
 experimenting with issues such as integration of (GNU) Fortran into