Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1203)

Unified Diff: gcc/libgfortran/fmain.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/libgfortran/config/fpu-387.h ('k') | gcc/libgfortran/generated/all_l16.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libgfortran/fmain.c
diff --git a/gcc/libgfortran/fmain.c b/gcc/libgfortran/fmain.c
index 1d6b45e111d7a047877d1402de199af159c3ea35..a99263cc5104ba920214d49235513bdc6a3fdf47 100644
--- a/gcc/libgfortran/fmain.c
+++ b/gcc/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__.
@@ -9,13 +12,9 @@ void MAIN__ (void);
int
main (int argc, char *argv[])
{
- /* Store the path of the executable file. */
- store_exe_path (argv[0]);
-
/* Set up the runtime environment. */
set_args (argc, argv);
-
/* Call the Fortran main program. Internally this is a function
called MAIN__ */
MAIN__ ();
« no previous file with comments | « gcc/libgfortran/config/fpu-387.h ('k') | gcc/libgfortran/generated/all_l16.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698