This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: Alpha vs. new ABI


Alexandre Petit-Bianco wrote:
> -#ifdef BIGGEST_FIELD_ALIGNMENT
> -      desired_align = MIN (desired_align,
> -                           (unsigned) BIGGEST_FIELD_ALIGNMENT);
> -#endif
> -#ifdef ADJUST_FIELD_ALIGN
> -      desired_align = ADJUST_FIELD_ALIGN (fld, desired_align);
> -#endif

Can we safely ignore these macros?  I'm wondering now about arrays of double on
i386 without -malign-double (or is that the default now?).

Looks good otherwise.  Thanks!

--
Jeff Sturm
jeff.sturm@commerceone.com

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