This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.2 PATCH: Major Solaris 2 configuration cleanup (take 2)


David S. Miller writes:

> What is the deal with WINT_TYPE_SIZE et al?  It seems definitely wrong
> when we are generating 64-bit code for solaris*-*-sparc targets.

True: that's why those definitions are overridden in sol2-bi.h :-)

> "long int" is certainly not 64-bits in that case.

Huh?  It sure is, but wint_t and wchar_t are just int there.

> Make it use BITS_PER_WORD for WINT_TYPE_SIZE and WCHAR_TYPE_SIZE and I

Ok.

> approve your changes as long as you agree to pay particular attention
> to the lists for fallout occuring because of your changes.  If
> breakage persists for some time with no resolution you will be
> required to back this out.  I do not think this is unreasonable :-)

Certainly not.

Thanks.
	Rainer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]