This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] fix -mpreferred-stack-boundary for darwin


So, with the change to specify STACK_BOUNDARY to 128, bits of gcc get grumpy if we set the preferred stack boundary to less than that. Since a value less than 128 doesn't really make sense and erroring out (or warning) is less than friendly for no reason here I'm just making it a minimum. It also fixes a few testcases.

Committed to mainline after testing on x86-darwin.

-eric

2007-06-13 Eric Christopher <echristo@apple.com>

	* config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Don't let
	the user set a value below STACK_BOUNDARY.

Attachment: darwin.h.diff.txt
Description: Text document



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]