This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]