Force INTPTR_TYPE/UINTPTR_TYPE to long int/unsigned long int.

(same types as PTRDIFF_TYPE/SIZE_TYPE)
This commit is contained in:
matt 2014-08-14 11:32:18 +00:00
parent 9842fff13a
commit e1cf4281db
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@ along with GCC; see the file COPYING3. If not see
#define EXTRA_SPECS \
{ "netbsd_entry_point", NETBSD_ENTRY_POINT },
#undef INTPTR_TYPE
#define INTPTR_TYPE "long int"
#undef UINTPTR_TYPE
#define UINTPTR_TYPE "long unsigned int"
/* We use gas, not the UNIX assembler. */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT MASK_QMATH