summaryrefslogtreecommitdiff
path: root/gcc/f
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-26 19:25:32 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-26 19:25:32 +0000
commit47a2de94fde874a46705dcca42c192cce2b13bb0 (patch)
treed278f25e51200ccd44e79f11fe72dbe8090f16bb /gcc/f
parentb52b2982331999fe603b0b49c8b031709b3cfce0 (diff)
downloadgcc-47a2de94fde874a46705dcca42c192cce2b13bb0.tar.gz
2002-10-26 Andris Pavenis <pavenis@latnet.lv>
* lang-specs.h: Fix ratfor specs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f')
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/lang-specs.h5
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 23f119dc34c..2e03cb84180 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-26 Andris Pavenis <pavenis@latnet.lv>
+
+ * lang-specs.h: Fix ratfor specs.
+
2002-10-15 Richard Henderson <rth@redhat.com>
* target.h (ffetarget_print_real1, ffetarget_print_real2): Use
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h
index 5536f78cab0..602028d136e 100644
--- a/gcc/f/lang-specs.h
+++ b/gcc/f/lang-specs.h
@@ -1,5 +1,6 @@
/* lang-specs.h file for Fortran
- Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1999, 2000, 2002
+ Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
@@ -36,7 +37,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
{"@ratfor",
"%{C:%{!E:%eGNU C does not support -C without using -E}}\
%{CC:%{!E:%eGNU C does not support -CC without using -E}}\
- ratfor %{C} %{CC} %{v} %i %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} |\n\
+ ratfor %{C} %{CC} %{v} %{E:%W{o*}} %{!E: %{!pipe:-o %g.f} %i |\n\
f771 %{!pipe:%g.f} %(cc1_options) %{I*} %{!fsyntax-only:%(invoke_as)}}", 0},
{".f", "@f77", 0},
{".for", "@f77", 0},