aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/darwin.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2006-09-19 23:56:17 +0000
committerEric Christopher <echristo@gcc.gnu.org>2006-09-19 23:56:17 +0000
commit64ee94908dee791e0f1ee24f740a9fc734fc7002 (patch)
treec69f5f84d38935b21c920b0de96f5b6100d6adea /gcc/config/i386/darwin.h
parent83a4f4f746dd8db00bbec21f9e31f72b160bc24c (diff)
downloadgcc-64ee94908dee791e0f1ee24f740a9fc734fc7002.zip
gcc-64ee94908dee791e0f1ee24f740a9fc734fc7002.tar.gz
gcc-64ee94908dee791e0f1ee24f740a9fc734fc7002.tar.bz2
tm.texi (OBJC_JBLEN): Describe.
2006-09-19 Eric Christopher <echristo@apple.com> * doc/tm.texi (OBJC_JBLEN): Describe. * config/i386/darwin.h (OBJC_JBLEN): Define. * config/rs6000/darwin.h: Ditto. 2006-09-19 Eric Christopher <echristo@apple.com> * objc-act.c (JBLEN): Rename to OBJC_JBLEN, default to something innocuous. (build_next_objc_exception_stuff): Rename JBLEN. From-SVN: r117066
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 74d0f8c..51259db 100644
--- a/gcc/config/i386/darwin.h
+++ b/gcc/config/i386/darwin.h
@@ -37,6 +37,9 @@ Boston, MA 02110-1301, USA. */
#endif
#endif
+/* Size of the Obj-C jump buffer. */
+#define OBJC_JBLEN ((TARGET_64BIT) ? ((9 * 2) + 3 + 16) : (18))
+
#undef TARGET_FPMATH_DEFAULT
#define TARGET_FPMATH_DEFAULT (TARGET_SSE ? FPMATH_SSE : FPMATH_387)