This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix typo in alpha_file_start
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 20 Jun 03 09:31:53 EDT
- Subject: Fix typo in alpha_file_start
2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/alpha/alpha.c (alpha_file_start): Fix typo.
*** config/alpha/alpha.c 19 Jun 2003 21:47:03 -0000 1.316
--- config/alpha/alpha.c 20 Jun 2003 13:23:25 -0000
*************** alpha_file_start (void)
*** 8685,8689 ****
default_file_start ();
#ifdef MS_STAMP
! fprintf (file, "\t.verstamp %d %d\n", MS_STAMP, LS_STAMP);
#endif
--- 8685,8689 ----
default_file_start ();
#ifdef MS_STAMP
! fprintf (asm_out_file, "\t.verstamp %d %d\n", MS_STAMP, LS_STAMP);
#endif