Commit 7032923b by David Edelsohn Committed by David Edelsohn

* config/rs6000/aix51.h (WCHAR_TYPE): Define.

From-SVN: r51402
parent 8be56275
2002-03-26 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix51.h (WCHAR_TYPE): Define.
2002-03-26 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
......
......@@ -209,10 +209,13 @@ do { \
/* __WCHAR_TYPE__ is dynamic, so do not define it statically. */
#define NO_BUILTIN_WCHAR_TYPE
#undef WCHAR_TYPE
#undef WCHAR_TYPE_SIZE
/* Type used for wchar_t, as a string used in a declaration. */
#undef WCHAR_TYPE
#define WCHAR_TYPE (!TARGET_64BIT ? "short unsigned int" : "unsigned int")
/* Width of wchar_t in bits. */
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE (!TARGET_64BIT ? 16 : 32)
#define MAX_WCHAR_TYPE_SIZE 32
......
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