* config/alpha/alpha.c (alpha_file_start): Fix typo.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2003 13:24:55 +0000 (13:24 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Jun 2003 13:24:55 +0000 (13:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68264 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 94c2a2c..8d1006d 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * config/alpha/alpha.c (alpha_file_start): Fix typo.
+
 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
index 31f03fc..23843bc 100644 (file)
@@ -8684,7 +8684,7 @@ alpha_file_start (void)
 {
   default_file_start ();
 #ifdef MS_STAMP
-  fprintf (file, "\t.verstamp %d %d\n", MS_STAMP, LS_STAMP);
+  fprintf (asm_out_file, "\t.verstamp %d %d\n", MS_STAMP, LS_STAMP);
 #endif
 
   fputs ("\t.set noreorder\n", asm_out_file);