(ASM_OUTPUT_ALIGN_CODE): Override as no-op.
authorRichard Stallman <rms@gnu.org>
Fri, 13 Aug 1993 21:09:57 +0000 (21:09 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 13 Aug 1993 21:09:57 +0000 (21:09 +0000)
From-SVN: r5158

gcc/config/ns32k/encore.h

index b76c06ba108106b160ca2f6fd474ad282ab33c4c..02bc67fb40a47f0c6b94c1652ae58d43ccf7d478 100644 (file)
@@ -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.