mirror of git://gcc.gnu.org/git/gcc.git
* config/m32c/m32c.h (PTRDIFF_TYPE): Remove extra definition.
From-SVN: r169503
This commit is contained in:
parent
e499b5eef4
commit
56490b7406
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue