(ASM_OUTPUT_ALIGN): use .p2align, not byte alignments.
authorStan Cox <coxs@gnu.org>
Thu, 29 May 1997 19:35:26 +0000 (19:35 +0000)
committerStan Cox <coxs@gnu.org>
Thu, 29 May 1997 19:35:26 +0000 (19:35 +0000)
From-SVN: r14136

gcc/config/i386/go32.h

index c256f7d43554a512ca7452249792244a381001bf..b0eb84d0ef7fd9eb005e242d373f052960561bec 100644 (file)
@@ -87,4 +87,4 @@ dtor_section ()                                                       \
 
 #undef ASM_OUTPUT_ALIGN
 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
-  if ((LOG) != 0) fprintf ((FILE), "\t.align %d\n", 1<<(LOG))
+  if ((LOG) != 0) fprintf ((FILE), "\t.p2align %d\n", LOG)