aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-08-14 20:54:27 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2009-08-14 20:54:27 +0300
commit0942c722b3725ad3ae23ac11c8922860928dd3a3 (patch)
treead6ea98f3557e2a1ef5d60c3c917a82d8b16997a /libgfortran
parent9827445421b5a0237093007463bbff590c0101c7 (diff)
downloadgcc-0942c722b3725ad3ae23ac11c8922860928dd3a3.zip
gcc-0942c722b3725ad3ae23ac11c8922860928dd3a3.tar.gz
gcc-0942c722b3725ad3ae23ac11c8922860928dd3a3.tar.bz2
Add comment saying file is deprecated
From-SVN: r150767
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog4
-rw-r--r--libgfortran/fmain.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 51dfba8..979e789 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,9 @@
2009-08-14 Janne Blomqvist <jb@gcc.gnu.org>
+ * fmain.c: Add comment saying file is deprecated.
+
+2009-08-14 Janne Blomqvist <jb@gcc.gnu.org>
+
PR libfortran/40863
* gfortran.map: Move new symbols to GFORTRAN_C99_1.1 version node.
diff --git a/libgfortran/fmain.c b/libgfortran/fmain.c
index c59f319..a99263c 100644
--- a/libgfortran/fmain.c
+++ b/libgfortran/fmain.c
@@ -1,3 +1,6 @@
+/* Note that this file is not used as of GFortran 4.5, and exists here
+ only for backwards compatibility. */
+
#include "libgfortran.h"
/* The main Fortran program actually is a function, called MAIN__.