diff options
Diffstat (limited to 'gcc/config/i386/vxworksae.h')
-rw-r--r-- | gcc/config/i386/vxworksae.h | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/gcc/config/i386/vxworksae.h b/gcc/config/i386/vxworksae.h index bb63c079c25..c2ce8c8c576 100644 --- a/gcc/config/i386/vxworksae.h +++ b/gcc/config/i386/vxworksae.h @@ -1,5 +1,5 @@ /* IA32 VxWorks AE target definitions for GNU compiler. - Copyright (C) 2005-2014 Free Software Foundation, Inc. + Copyright (C) 2005-2015 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. @@ -18,18 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -/* On VxWorks AE, we only want SIMNT. */ -#undef VXWORKS_CPU_DEFINE -#define VXWORKS_CPU_DEFINE() \ - do \ - builtin_define ("CPU=SIMNT"); \ - while (0) - -#undef ASM_SPEC -#define ASM_SPEC "" - -#undef SIZE_TYPE -#define SIZE_TYPE "unsigned int" - -#undef PTRDIFF_TYPE -#define PTRDIFF_TYPE "int" +/* This platform supports the probing method of stack checking and + requires 4K of space for executing a possible last chance handler. */ +#undef STACK_CHECK_PROTECT +#define STACK_CHECK_PROTECT 4096 |