Commit 7e96ee36 by DJ Delorie Committed by DJ Delorie

* config/m32c/m32c.h (PTRDIFF_TYPE): Define.

From-SVN: r113054
parent 9b3e4c45
2006-04-18 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (PTRDIFF_TYPE): Define.
2006-04-18 Devang Patel <dpatel@apple.com> 2006-04-18 Devang Patel <dpatel@apple.com>
* doc/invoke.texi (-Wuninitialized): Clarify -O connection. * doc/invoke.texi (-Wuninitialized): Clarify -O connection.
......
...@@ -171,6 +171,9 @@ machine_function; ...@@ -171,6 +171,9 @@ machine_function;
#define DEFAULT_SIGNED_CHAR 1 #define DEFAULT_SIGNED_CHAR 1
#undef PTRDIFF_TYPE
#define PTRDIFF_TYPE (TARGET_A16 ? "int" : "long int")
/* REGISTER USAGE */ /* REGISTER USAGE */
/* Register Basics */ /* Register Basics */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment