diff options
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 31f03fc9878..23843bc831e 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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); |