undef new AIX alignment macros

From-SVN: r11867
This commit is contained in:
David Edelsohn 1996-04-22 15:57:03 +00:00
parent 6bc3403cba
commit 3e99621c52
2 changed files with 5 additions and 0 deletions

View 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. */

View 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)");