From: Tobias Schlüter Date: Sun, 5 Jun 2005 13:13:09 +0000 (+0200) Subject: invoke.texi: Fix description of flags required for compatibility with g77. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4cbcd1a2d509932a9581d74bb37a1efbd9d10d9;p=gcc.git invoke.texi: Fix description of flags required for compatibility with g77. * invoke.texi: Fix description of flags required for compatibility with g77. From-SVN: r100621 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a57c1a0e607..51afe9c2f6b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2005-06-05 Tobias Schl"uter + + * invoke.texi: Fix description of flags required for compatibility + with g77. + 2005-06-04 Tobias Schl"uter Erik Schnetter diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 098882ecbe3..e3d2e26848a 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -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