aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-04-19 21:01:25 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-04-19 21:01:25 +0000
commit48cda10ef65e669e9e781ac0965694eae9e51ed2 (patch)
treec64f73172bee3666b38a2f20dd85c826fe7eba5f
parentd02f4ef7427cef464c5c90039e6e87bc55422462 (diff)
downloadgcc-48cda10ef65e669e9e781ac0965694eae9e51ed2.zip
gcc-48cda10ef65e669e9e781ac0965694eae9e51ed2.tar.gz
gcc-48cda10ef65e669e9e781ac0965694eae9e51ed2.tar.bz2
Make BIGGEST_FIELD_ALIGNMENT 64
From-SVN: r11855
-rw-r--r--gcc/config/rs6000/win-nt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/rs6000/win-nt.h b/gcc/config/rs6000/win-nt.h
index e97a703..e8b9624 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)");