summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/config/alpha/alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gcc/config/alpha/alpha.c')
-rw-r--r--gnu/usr.bin/gcc/config/alpha/alpha.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/gcc/config/alpha/alpha.c b/gnu/usr.bin/gcc/config/alpha/alpha.c
index b80717d41c1..0efe27ca733 100644
--- a/gnu/usr.bin/gcc/config/alpha/alpha.c
+++ b/gnu/usr.bin/gcc/config/alpha/alpha.c
@@ -1247,12 +1247,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
}