diff options
Diffstat (limited to 'gcc/config/mep/mep.h')
-rw-r--r-- | gcc/config/mep/mep.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h index 73675a3..5244bb3 100644 --- a/gcc/config/mep/mep.h +++ b/gcc/config/mep/mep.h @@ -202,6 +202,18 @@ crtbegin.o%s" #define DOUBLE_TYPE_SIZE 64 #define LONG_DOUBLE_TYPE_SIZE 64 #define DEFAULT_SIGNED_CHAR 1 + +#undef SIZE_TYPE +#define SIZE_TYPE "unsigned int" + +#undef PTRDIFF_TYPE +#define PTRDIFF_TYPE "int" + +#undef WCHAR_TYPE +#define WCHAR_TYPE "long int" + +#undef WCHAR_TYPE_SIZE +#define WCHAR_TYPE_SIZE BITS_PER_WORD /* Register numbers: 0..15 core registers |