From: Michael Meissner Date: Fri, 19 Apr 1996 21:01:25 +0000 (+0000) Subject: Make BIGGEST_FIELD_ALIGNMENT 64 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48cda10ef65e669e9e781ac0965694eae9e51ed2;p=gcc.git Make BIGGEST_FIELD_ALIGNMENT 64 From-SVN: r11855 --- diff --git a/gcc/config/rs6000/win-nt.h b/gcc/config/rs6000/win-nt.h index e97a7033d5b..e8b9624d6de 100644 --- a/gcc/config/rs6000/win-nt.h +++ b/gcc/config/rs6000/win-nt.h @@ -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)");