Commit 48cda10e by Michael Meissner

Make BIGGEST_FIELD_ALIGNMENT 64

From-SVN: r11855
parent d02f4ef7
......@@ -100,6 +100,10 @@ Boston, MA 02111-1307, USA. */
#undef BIGGEST_ALIGNMENT
#define BIGGEST_ALIGNMENT 128
/* NT aligns internal doubles in structures on dword boundaries. */
#undef BIGGEST_FIELD_ALIGNMENT
#define BIGGEST_FIELD_ALIGNMENT 64
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (PowerPC PE)");
......
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