undef new AIX alignment macros
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 22 Apr 1996 15:57:03 +0000 (15:57 +0000)
committerDavid Edelsohn <edelsohn@gnu.org>
Mon, 22 Apr 1996 15:57:03 +0000 (15:57 +0000)
From-SVN: r11867

gcc/config/rs6000/sysv4.h
gcc/config/rs6000/win-nt.h

index a043e3eaec2929265df4bde6737c083f60d05a46..d071ba8c3ffbbb7c52ba5970e65353ae121941b4 100644 (file)
@@ -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.  */
index e8b9624d6de2719edda5e4cb1531263665c41d85..58d941cf475df7a25dd9a38227cb459b1243a3f4 100644 (file)
@@ -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)");