Commit c976fa88 by Danny Smith Committed by DJ Delorie

* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.

From-SVN: r45234
parent 1aef44a7
2001-08-28 Danny Smith <dannysmith@users.sourceforge.net>
* config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
2001-08-28 Stan Shebs <shebs@apple.com>
* config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
......
......@@ -446,6 +446,10 @@ extern int i386_pe_dllimport_name_p PARAMS ((const char *));
#undef BIGGEST_ALIGNMENT
#define BIGGEST_ALIGNMENT 128
/* Native complier aligns internal doubles in structures on dword boundaries. */
#undef BIGGEST_FIELD_ALIGNMENT
#define BIGGEST_FIELD_ALIGNMENT 64
/* A bitfield declared as `int' forces `int' alignment for the struct. */
#undef PCC_BITFIELDS_TYPE_MATTERS
#define PCC_BITFIELDS_TYPE_MATTERS 1
......
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