--- gcc-272.dif.orig	Sat Sep  6 20:37:50 1997
+++ gcc-272.dif	Sat Sep  6 20:39:08 1997
@@ -4623,26 +4623,6 @@
 +   do_spec_1 (" ", 0, NULL_PTR);
     switches[switchnum].valid = 1;
   }
-*** alpha.c	Mon May  6 15:47:28 1996
---- config/alpha/alpha.c	Mon May  6 15:47:22 1996
-*************** alpha_write_verstamp (file)
-*** 1254,1263 ****
-  {
-  #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");
-  #endif
-  }
---- 1254,1258 ----
-  {
-  #ifdef MS_STAMP
-!   fprintf (file, "\t.verstamp %d %d\n", MS_STAMP, LS_STAMP);
-  #endif
-  }
 *** expr.c.old	Tue Nov 26 16:03:54 1996
 --- expr.c	Sat Jan  4 19:06:20 1997
 *************** get_inner_reference (exp, pbitsize, pbit
