sol2.h (WINT_TYPE): Redefine.

* config/i386/sol2.h (WINT_TYPE): Redefine.
	(WINT_TYPE_SIZE): Likewise.

From-SVN: r47381
This commit is contained in:
Rainer Orth 2001-11-27 16:13:22 +00:00 committed by Rainer Orth
parent 475c267f7a
commit b9fbb93637
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/i386/sol2.h (WINT_TYPE): Redefine.
(WINT_TYPE_SIZE): Likewise.
2001-11-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* collect2.c: Check HAVE_DUP2 instead of NO_DUP2.

View File

@ -68,6 +68,13 @@ Boston, MA 02111-1307, USA. */
(flag_pic ? (GLOBAL ? DW_EH_PE_indirect : 0) | DW_EH_PE_datarel \
: DW_EH_PE_absptr)
/* Solaris 2/Intel uses a wint_t different from the default, as on SPARC. */
#undef WINT_TYPE
#define WINT_TYPE "long int"
#undef WINT_TYPE_SIZE
#define WINT_TYPE_SIZE BITS_PER_WORD
/* Add "sun" to the list of symbols defined for SVR4. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \