aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2005-11-04 08:44:29 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2005-11-04 08:44:29 +0000
commitf2ae4b2bd03c98446d25729a4483b35e515a08d4 (patch)
tree2baeb30ac5f592018a46140e8a34f178598a67b6 /libgfortran/libgfortran.h
parenta67ec6ab99c91c593138358b56dcc160aa09a015 (diff)
downloadgcc-f2ae4b2bd03c98446d25729a4483b35e515a08d4.zip
gcc-f2ae4b2bd03c98446d25729a4483b35e515a08d4.tar.gz
gcc-f2ae4b2bd03c98446d25729a4483b35e515a08d4.tar.bz2
re PR libfortran/22298 (libgfortran init() constructor isn't called if executable is statically linked)
PR libfortran/22298 * runtime/main.c (stupid_function_name_for_static_linking): New function. * runtime/error.c (internal_error): Call stupid_function_name_for_static_linking. * libgfortran.h: Add prototype for stupid_function_name_for_static_linking. * gcc/testsuite/lib/target-supports.exp (check_effective_target_static_libgfortran): New static_libgfortran effective target. * gcc/testsuite/gfortran.dg/static_linking_1.f: New test. * gcc/testsuite/gfortran.dg/static_linking_1.c: New file. From-SVN: r106484
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index b1e9afd..791a6f8 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -434,6 +434,9 @@ iexport_data_proto(filename);
/* main.c */
+extern void stupid_function_name_for_static_linking (void);
+internal_proto(stupid_function_name_for_static_linking);
+
extern void library_start (void);
internal_proto(library_start);