From: Richard Stallman Date: Fri, 13 Aug 1993 19:00:02 +0000 (+0000) Subject: Comment fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5ec2eb8787ad72e2b1b620822603b79d1702774;p=gcc.git Comment fix. From-SVN: r5157 --- 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")