(ASM_OUTPUT_ALIGN_CODE): Override to avoid generating a second argument.
authorRichard Stallman <rms@gnu.org>
Fri, 13 Aug 1993 18:59:37 +0000 (18:59 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 13 Aug 1993 18:59:37 +0000 (18:59 +0000)
From-SVN: r5156

gcc/config/ns32k/encore.h

index 7ceaffbe9d2a3cb86ea60e1a4e913d234d916b36..a2342a4a45d11735899b01b33db15fe737901460 100644 (file)
@@ -75,6 +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 this syntax.  */
+#undef ASM_OUTPUT_ALIGN_CODE
+#define ASM_OUTPUT_ALIGN_CODE(FILE)    \
+  fprintf (FILE, "\t.align 2\n")
+
 /*
  *  Internal labels are prefixed with a period.
  */