From 48cda10ef65e669e9e781ac0965694eae9e51ed2 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 19 Apr 1996 21:01:25 +0000 Subject: [PATCH] Make BIGGEST_FIELD_ALIGNMENT 64 From-SVN: r11855 --- gcc/config/rs6000/win-nt.h | 4 ++++ 1 file changed, 4 insertions(+) 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)"); -- 2.30.2