blob: c1ddd627463a693e3aaa8fcca846577219fb0d24 [file] [log] [blame]
Index: gcc-4.8.1/gcc/config/microblaze/microblaze.h
===================================================================
--- gcc-4.8.1.orig/gcc/config/microblaze/microblaze.h
+++ gcc-4.8.1/gcc/config/microblaze/microblaze.h
@@ -213,6 +213,12 @@ extern enum pipeline_type microblaze_pip
#define STRICT_ALIGNMENT 1
#define PCC_BITFIELD_TYPE_MATTERS 1
+#undef SIZE_TYPE
+#define SIZE_TYPE "unsigned int"
+
+#undef PTRDIFF_TYPE
+#define PTRDIFF_TYPE "int"
+
#define CONSTANT_ALIGNMENT(EXP, ALIGN) \
((TREE_CODE (EXP) == STRING_CST || TREE_CODE (EXP) == CONSTRUCTOR) \
&& (ALIGN) < BITS_PER_WORD \