(ASM_OUTPUT_ALIGN): use .p2align, not byte alignments.
From-SVN: r14136
This commit is contained in:
parent
478b0752a1
commit
7c030ad03a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user