From b4cbcd1a2d509932a9581d74bb37a1efbd9d10d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Schl=C3=BCter?= Date: Sun, 5 Jun 2005 15:13:09 +0200 Subject: [PATCH] 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 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/invoke.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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 -- 2.30.2