aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/runtime/libU77/Version.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/runtime/libU77/Version.c')
-rw-r--r--gcc/f/runtime/libU77/Version.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/f/runtime/libU77/Version.c b/gcc/f/runtime/libU77/Version.c
new file mode 100644
index 00000000000..3251491815d
--- /dev/null
+++ b/gcc/f/runtime/libU77/Version.c
@@ -0,0 +1,12 @@
+static char junk[] = "\n@(#) LIBU77 VERSION 19970609\n";
+
+char __G77_LIBU77_VERSION__[] = "0.5.21-19970811";
+
+#include <stdio.h>
+
+void
+g77__uvers__ ()
+{
+ fprintf (stderr, "__G77_LIBU77_VERSION__: %s", __G77_LIBU77_VERSION__);
+ fputs (junk, stderr);
+}