Commit 058ef853 by David Edelsohn Committed by David Edelsohn

* rs6000.h (SIZE_TYPE): Define.

From-SVN: r35177
parent e7c7bcef
2000-07-21 David Edelsohn <edelsohn@gnu.org>
* rs6000.h (SIZE_TYPE): Define.
2000-07-21 Mark Mitchell <mark@codesourcery.com>
* ssa.c (rename_insn_1): Don't rename registers that are
......
......@@ -504,6 +504,9 @@ extern int rs6000_debug_arg; /* debug argument handling */
/* Type used for ptrdiff_t, as a string used in a declaration. */
#define PTRDIFF_TYPE "int"
/* Type used for size_t, as a string used in a declaration. */
#define SIZE_TYPE "long unsigned int"
/* Type used for wchar_t, as a string used in a declaration. */
#define WCHAR_TYPE "short unsigned int"
......
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