OSDN Git Service

* config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Feb 2011 21:08:55 +0000 (21:08 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 Feb 2011 21:08:55 +0000 (21:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169503 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m32c/m32c.h

index e2622a4..2e7f9f5 100644 (file)
@@ -1,5 +1,7 @@
 2011-02-01  DJ Delorie  <dj@redhat.com>
 
+       * config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
+
        * config/m32c/m32c.c (m32c_regno_reg_class): Return smallest reg
        class for A0/A1.
 
index a953ee3..5c6970a 100644 (file)
@@ -200,9 +200,6 @@ machine_function;
 #undef  SIZE_TYPE
 #define SIZE_TYPE "unsigned int"
 
-#undef  PTRDIFF_TYPE
-#define PTRDIFF_TYPE "int"
-
 #undef  WCHAR_TYPE
 #define WCHAR_TYPE "long int"