Commit 7c030ad0 by Stan Cox

(ASM_OUTPUT_ALIGN): use .p2align, not byte alignments.

From-SVN: r14136
parent 478b0752
...@@ -87,4 +87,4 @@ dtor_section () \ ...@@ -87,4 +87,4 @@ dtor_section () \
#undef ASM_OUTPUT_ALIGN #undef ASM_OUTPUT_ALIGN
#define ASM_OUTPUT_ALIGN(FILE,LOG) \ #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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment