Commit 3e99621c by David Edelsohn

undef new AIX alignment macros

From-SVN: r11867
parent 6bc3403c
...@@ -277,6 +277,8 @@ do { \ ...@@ -277,6 +277,8 @@ do { \
/* No data type wants to be aligned rounder than this. */ /* No data type wants to be aligned rounder than this. */
#undef BIGGEST_ALIGNMENT #undef BIGGEST_ALIGNMENT
#undef BIGGEST_FIELD_ALIGNMENT #undef BIGGEST_FIELD_ALIGNMENT
#undef ADJUST_FIELD_ALIGN
#undef ROUND_TYPE_ALIGN
#define BIGGEST_ALIGNMENT 128 #define BIGGEST_ALIGNMENT 128
/* Use ELF style section commands. */ /* Use ELF style section commands. */
......
...@@ -104,6 +104,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -104,6 +104,9 @@ Boston, MA 02111-1307, USA. */
#undef BIGGEST_FIELD_ALIGNMENT #undef BIGGEST_FIELD_ALIGNMENT
#define BIGGEST_FIELD_ALIGNMENT 64 #define BIGGEST_FIELD_ALIGNMENT 64
#undef ADJUST_FIELD_ALIGN
#undef ROUND_TYPE_ALIGN
#undef TARGET_VERSION #undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (PowerPC PE)"); #define TARGET_VERSION fprintf (stderr, " (PowerPC PE)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment