diff options
author | David Edelsohn <edelsohn@gnu.org> | 1996-04-22 15:57:03 +0000 |
---|---|---|
committer | David Edelsohn <edelsohn@gnu.org> | 1996-04-22 15:57:03 +0000 |
commit | 3e99621c52c497247cd683369043ac5546382c7a (patch) | |
tree | d4e380e44ea1cd602cbcb92d8fb3da9086e34fa0 | |
parent | 6bc3403cba35affa0b7b484a6bacedc801b5638f (diff) | |
download | gcc-3e99621c52c497247cd683369043ac5546382c7a.zip gcc-3e99621c52c497247cd683369043ac5546382c7a.tar.gz gcc-3e99621c52c497247cd683369043ac5546382c7a.tar.bz2 |
undef new AIX alignment macros
From-SVN: r11867
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/win-nt.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index a043e3e..d071ba8 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 e8b9624..58d941c 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)"); |