aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/darwin.h
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2008-08-01 00:31:46 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2008-07-31 17:31:46 -0700
commit24f9c418761c378444d3bf32a9fe68e328ddf458 (patch)
tree758e416d4c0bd1644fe36c7322e42f9c77c54095 /gcc/config/i386/darwin.h
parentff0402543bc43b887ce1f5c73d04f35fd276d761 (diff)
downloadgcc-24f9c418761c378444d3bf32a9fe68e328ddf458.zip
gcc-24f9c418761c378444d3bf32a9fe68e328ddf458.tar.gz
gcc-24f9c418761c378444d3bf32a9fe68e328ddf458.tar.bz2
darwin.h (MAIN_STACK_BOUNDARY): Define to 128.
2008-07-31 H.J. Lu <hongjiu.lu@intel.com> * config/i386/darwin.h (MAIN_STACK_BOUNDARY): Define to 128. From-SVN: r138446
Diffstat (limited to 'gcc/config/i386/darwin.h')
-rw-r--r--gcc/config/i386/darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/darwin.h b/gcc/config/i386/darwin.h
index c6ed10d..a1defcf 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -75,6 +75,9 @@ along with GCC; see the file COPYING3. If not see
#undef STACK_BOUNDARY
#define STACK_BOUNDARY 128
+#undef MAIN_STACK_BOUNDARY
+#define MAIN_STACK_BOUNDARY 128
+
/* Since we'll never want a stack boundary less aligned than 128 bits
we need the extra work here otherwise bits of gcc get very grumpy
when we ask for lower alignment. We could just reject values less