diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/frv/frv.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 1b97ae7..15467f2b 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -508,6 +508,18 @@ default with the options `-fsigned-char' and `-funsigned-char'. */ #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 + /* General purpose registers. */ #define GPR_FIRST 0 /* First gpr */ |