summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-20 13:24:55 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-20 13:24:55 +0000
commitbc9646534990f4d2dd2c3e8d98e67f5b270c30cf (patch)
treee383b427dcf5deb419d2774a5bfcfd1bce018c84 /gcc
parent9e6eb4c52e2537d3577f4b589e829511a5132960 (diff)
downloadgcc-bc9646534990f4d2dd2c3e8d98e67f5b270c30cf.tar.gz
* config/alpha/alpha.c (alpha_file_start): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68264 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 94c2a2ce76e..8d1006df4b8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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
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);