From: David Edelsohn Date: Mon, 22 Apr 1996 15:57:03 +0000 (+0000) Subject: undef new AIX alignment macros X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e99621c52c497247cd683369043ac5546382c7a;p=gcc.git undef new AIX alignment macros From-SVN: r11867 --- diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index a043e3eaec2..d071ba8c3ff 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -277,6 +277,8 @@ do { \ /* No data type wants to be aligned rounder than this. */ #undef BIGGEST_ALIGNMENT #undef BIGGEST_FIELD_ALIGNMENT +#undef ADJUST_FIELD_ALIGN +#undef ROUND_TYPE_ALIGN #define BIGGEST_ALIGNMENT 128 /* Use ELF style section commands. */ diff --git a/gcc/config/rs6000/win-nt.h b/gcc/config/rs6000/win-nt.h index e8b9624d6de..58d941cf475 100644 --- a/gcc/config/rs6000/win-nt.h +++ b/gcc/config/rs6000/win-nt.h @@ -104,6 +104,9 @@ Boston, MA 02111-1307, USA. */ #undef BIGGEST_FIELD_ALIGNMENT #define BIGGEST_FIELD_ALIGNMENT 64 +#undef ADJUST_FIELD_ALIGN +#undef ROUND_TYPE_ALIGN + #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (PowerPC PE)");