* rs6000.h (SIZE_TYPE): Define.
From-SVN: r35177
This commit is contained in:
parent
e7c7bcef4e
commit
058ef853fd
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue