OSDN Git Service

(ASM_OUTPUT_ALIGN_CODE): Override as no-op.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Aug 1993 21:09:57 +0000 (21:09 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Aug 1993 21:09:57 +0000 (21:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5158 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/ns32k/encore.h

index b76c06b..02bc67f 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.