* rs6000.h (SIZE_TYPE): Define.

From-SVN: r35177
This commit is contained in:
David Edelsohn 2000-07-21 18:29:16 +00:00 committed by David Edelsohn
parent e7c7bcef4e
commit 058ef853fd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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"