diff -urN stuff/gcc/gcc/config/rs6000/sysv4.h compile/gcc/gcc/config/rs6000/sysv4.h --- stuff/gcc/gcc/config/rs6000/sysv4.h Tue Jan 9 15:46:11 2001 +++ compile/gcc/gcc/config/rs6000/sysv4.h Sat Feb 10 19:59:50 2001 @@ -379,11 +379,16 @@ #undef STRICT_ALIGNMENT #define STRICT_ALIGNMENT (TARGET_STRICT_ALIGN) +#if 0 /* Alignment in bits of the stack boundary. Note, in order to allow building one set of libraries with -mno-eabi instead of eabi libraries and non-eabi versions, just use 64 as the stack boundary. */ #undef STACK_BOUNDARY #define STACK_BOUNDARY 64 +#else +#undef STACK_BOUNDARY +#define STACK_BOUNDARY 128 +#endif /* Real stack boundary as mandated by the appropriate ABI. */ #define ABI_STACK_BOUNDARY ((TARGET_EABI) ? 64 : 128)