This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Revised mips alignment patches.


On Wed, Sep 01, 1999 at 03:39:16PM +1000, Geoff Keating wrote:
> Unfortunately, the semantics of ASM_OUTPUT_MAX_SKIP_ALIGN is that it
> either aligns it to the power of two that you asked for, or it does
> _no alignment at all_ if the next boundary is too far.  So you have to
> emit two alignment directives anyway.  I guess if
> ASM_OUTPUT_MAX_SKIP_ALIGN was not defined, you'd avoid outputting two
> .align directives, but this is not the usual case.
> 
> Also, it'd complicate the implementation of -fno-align-functions.

Ug.  Ok.  I didn't think about that.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]