From: Richard Kenner Date: Fri, 20 Jun 2003 13:24:55 +0000 (+0000) Subject: * config/alpha/alpha.c (alpha_file_start): Fix typo. X-Git-Tag: releases/gcc-3.4.0~5618 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc550dce3b297e40d4a5ad4fc65c0e2031a07565;p=thirdparty%2Fgcc.git * config/alpha/alpha.c (alpha_file_start): Fix typo. From-SVN: r68264 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94c2a2ce76e3..8d1006df4b80 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-20 Richard Kenner + + * config/alpha/alpha.c (alpha_file_start): Fix typo. + 2003-06-20 Rainer Orth * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 31f03fc98786..23843bc831e5 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);