comparison gcc/config/i386/vxworksae.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* IA32 VxWorks AE target definitions for GNU compiler. 1 /* IA32 VxWorks AE target definitions for GNU compiler.
2 Copyright (C) 2005, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
3 Contributed by CodeSourcery, LLC. 3 Contributed by CodeSourcery, LLC.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
22 #undef VXWORKS_CPU_DEFINE 22 #undef VXWORKS_CPU_DEFINE
23 #define VXWORKS_CPU_DEFINE() \ 23 #define VXWORKS_CPU_DEFINE() \
24 do \ 24 do \
25 builtin_define ("CPU=SIMNT"); \ 25 builtin_define ("CPU=SIMNT"); \
26 while (0) 26 while (0)
27
28 #undef ASM_SPEC
29 #define ASM_SPEC ""
30
31 #undef SIZE_TYPE
32 #define SIZE_TYPE "unsigned int"
33
34 #undef PTRDIFF_TYPE
35 #define PTRDIFF_TYPE "int"