alpha.c (alpha_write_verstamp): Only emit MS_STAMP and LS_STAMP, not the extra numbers.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 25 Jan 1996 02:00:03 +0000 (21:00 -0500)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Thu, 25 Jan 1996 02:00:03 +0000 (21:00 -0500)
* alpha.c (alpha_write_verstamp): Only emit MS_STAMP and LS_STAMP,
not the extra numbers.

From-SVN: r11094

gcc/config/alpha/alpha.c

index ba505dc07632fe506ce1efe0d0f37167348353a3..b5a42b77826fe5d89dc573cac454b62d311ad4cb 100644 (file)
@@ -1253,12 +1253,7 @@ alpha_write_verstamp (file)
      FILE *file;
 {
 #ifdef MS_STAMP
-  char *p;
-
-  fprintf (file, "\t.verstamp %d %d ", MS_STAMP, LS_STAMP);
-  for (p = version_string; *p != ' ' && *p != 0; p++)
-    fprintf (file, "%c", *p == '.' ? ' ' : *p);
-  fprintf (file, "\n");
+  fprintf (file, "\t.verstamp %d %d\n", MS_STAMP, LS_STAMP);
 #endif
 }
 \f