From e5ec2eb8787ad72e2b1b620822603b79d1702774 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 13 Aug 1993 19:00:02 +0000 Subject: [PATCH] Comment fix. From-SVN: r5157 --- gcc/config/ns32k/encore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/ns32k/encore.h b/gcc/config/ns32k/encore.h index a2342a4a45d..b76c06ba108 100644 --- a/gcc/config/ns32k/encore.h +++ b/gcc/config/ns32k/encore.h @@ -75,7 +75,7 @@ output_file_directive ((FILE), main_input_filename) #define ASM_OUTPUT_ALIGN(FILE,LOG) \ fprintf (FILE, "\t.align %d\n", 1 << (LOG)) -/* The Encore assembler doesn't seem to accept this syntax. */ +/* The Encore assembler doesn't seem to accept the usual second argument. */ #undef ASM_OUTPUT_ALIGN_CODE #define ASM_OUTPUT_ALIGN_CODE(FILE) \ fprintf (FILE, "\t.align 2\n") -- 2.30.2