i386.h (MAX_WCHAR_TYPE_SIZE): New constant to keep tradcpp independent on TARGET_FLAGS.

* i386.h (MAX_WCHAR_TYPE_SIZE): New constant to keep tradcpp
	independent on TARGET_FLAGS.

From-SVN: r40349
This commit is contained in:
Jan Hubicka 2001-03-09 20:09:21 +01:00 committed by Jan Hubicka
parent 3f3f21243b
commit 2faf6b9622
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Mar 9 20:05:27 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.h (MAX_WCHAR_TYPE_SIZE): New constant to keep tradcpp
independent on TARGET_FLAGS.
Fri Mar 9 19:52:52 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.h (FIRST_PSEUDO_REGISTER): Set to 53.

View File

@ -525,6 +525,7 @@ extern int ix86_arch;
#define INT_TYPE_SIZE 32
#define FLOAT_TYPE_SIZE 32
#define LONG_TYPE_SIZE BITS_PER_WORD
#define MAX_WCHAR_TYPE_SIZE 32
#define MAX_LONG_TYPE_SIZE 64
#define DOUBLE_TYPE_SIZE 64
#define LONG_LONG_TYPE_SIZE 64