From: Richard Stallman Date: Fri, 13 Aug 1993 21:09:57 +0000 (+0000) Subject: (ASM_OUTPUT_ALIGN_CODE): Override as no-op. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e90a239ee2967869df52c67bd952896dd70ecaf;p=gcc.git (ASM_OUTPUT_ALIGN_CODE): Override as no-op. From-SVN: r5158 --- diff --git a/gcc/config/ns32k/encore.h b/gcc/config/ns32k/encore.h index b76c06ba108..02bc67fb40a 100644 --- a/gcc/config/ns32k/encore.h +++ b/gcc/config/ns32k/encore.h @@ -75,10 +75,11 @@ 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 the usual second argument. */ +/* The Encore assembler doesn't seem to accept the usual second argument + and warns that .align may not work in the text section if optimization + is on. */ #undef ASM_OUTPUT_ALIGN_CODE -#define ASM_OUTPUT_ALIGN_CODE(FILE) \ - fprintf (FILE, "\t.align 2\n") +#define ASM_OUTPUT_ALIGN_CODE(FILE) /* * Internal labels are prefixed with a period.