Commit cc550dce by Richard Kenner Committed by Richard Kenner

* config/alpha/alpha.c (alpha_file_start): Fix typo.

From-SVN: r68264
parent 9e21232c
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment