]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - boehm-gc/gcname.c
Imported gcc-4.4.3
[msp430-gcc.git] / boehm-gc / gcname.c
diff --git a/boehm-gc/gcname.c b/boehm-gc/gcname.c
deleted file mode 100644 (file)
index e2119d7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <stdio.h>
-#include "version.h"
-
-int main()
-{
-    if (GC_ALPHA_VERSION == GC_NOT_ALPHA) {
-       printf("gc%d.%d", GC_VERSION_MAJOR, GC_VERSION_MINOR);
-    } else {
-       printf("gc%d.%dalpha%d", GC_VERSION_MAJOR,
-                                GC_VERSION_MINOR, GC_ALPHA_VERSION);
-    }
-    return 0;
-}