diff options
Diffstat (limited to 'gcc/config/i386/sol2.h')
-rw-r--r-- | gcc/config/i386/sol2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index a717b533463..411e02dc8d5 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -176,4 +176,10 @@ along with GCC; see the file COPYING3. If not see #define LIBGCC2_TF_CEXT q #define TF_SIZE 113 +#undef SIZE_TYPE +#define SIZE_TYPE "unsigned int" + +#undef PTRDIFF_TYPE +#define PTRDIFF_TYPE "int" + #define MD_UNWIND_SUPPORT "config/i386/sol2-unwind.h" |