projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7509c75
)
alpha.c (alpha_write_verstamp): Only emit MS_STAMP and LS_STAMP, not the extra numbers.
author
Brendan Kehoe
<brendan@gcc.gnu.org>
Thu, 25 Jan 1996 02:00:03 +0000
(21:00 -0500)
committer
Brendan 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
patch
|
blob
|
history
diff --git
a/gcc/config/alpha/alpha.c
b/gcc/config/alpha/alpha.c
index ba505dc07632fe506ce1efe0d0f37167348353a3..b5a42b77826fe5d89dc573cac454b62d311ad4cb 100644
(file)
--- 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
}
\f