* config/rs6000/aix.h (WINT_TYPE): Define.

From-SVN: r95421
This commit is contained in:
David Edelsohn 2005-02-23 00:00:43 +00:00 committed by David Edelsohn
parent d9168963fa
commit 466db3c1d5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-02-22 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/aix.h (WINT_TYPE): Define.
2005-02-22 Stan Shebs <shebs@apple.com>
* config/rs6000/rs6000.c (rs6000_override_options): Default to

View File

@ -264,3 +264,6 @@
32-bit mode. */
#define OS_MISSING_POWERPC64 1
#define OS_MISSING_ALTIVEC 1
/* WINT_TYPE */
#define WINT_TYPE "int"