From aec4ca5ea082732f8d517697dc6eb809cd111a72 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Wed, 24 Jan 1996 21:00:03 -0500 Subject: alpha.c (alpha_write_verstamp): Only emit MS_STAMP and LS_STAMP, not the extra numbers. * alpha.c (alpha_write_verstamp): Only emit MS_STAMP and LS_STAMP, not the extra numbers. From-SVN: r11094 --- gcc/config/alpha/alpha.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gcc') diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index ba505dc..b5a42b7 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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 } -- cgit v1.1