| To: | Eric Christopher <echristo@redhat.com> |
|---|---|
| Subject: | Re: Changing WCHAR_TYPE from "long int" to "int"? |
| From: | "H . J . Lu" <hjl@lucon.org> |
| Date: | Mon, 6 Aug 2001 08:39:42 -0700 |
| Cc: | Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>, gcc@gcc.gnu.org, linux-mips@oss.sgi.com, GNU C Library <libc-alpha@sourceware.cygnus.com> |
| In-reply-to: | <997112036.2480.14.camel@ghostwheel.cygnus.com>; from echristo@redhat.com on Mon, Aug 06, 2001 at 04:33:54PM +0100 |
| References: | <20010806164000.E400@rembrandt.csv.ica.uni-stuttgart.de> <997108890.1773.22.camel@ghostwheel.cygnus.com> <20010806082904.C15666@lucon.org> <997112036.2480.14.camel@ghostwheel.cygnus.com> |
| Sender: | owner-linux-mips@oss.sgi.com |
| User-agent: | Mutt/1.2.5i |
On Mon, Aug 06, 2001 at 04:33:54PM +0100, Eric Christopher wrote: > > > Yes. Gcc won't even compile since cpp uses MAX_WCHAR_TYPE_SIZE, which > > is defined as WCHAR_TYPE_SIZE and has be to a constant. But mips' > > BITS_PER_WORD is not avaiable for cpp. Besides, we use 32bit wchar_t > > on most of the 64bit Linux targets. Why do we want to use 64 for > > mips64? Check out WCHAR_TYPE_SIZE on ia64 and alpha, which are all > > 64bit Linux targets. > > > > Right. alpha doesn't define WCHAR_TYPE_SIZE, ia64 seems to do what you > want... alpha does: # grep WCHAR_TYPE defaults.h config/alpha/linux.h defaults.h:#ifndef WCHAR_TYPE_SIZE defaults.h:#define WCHAR_TYPE_SIZE INT_TYPE_SIZE config/alpha/linux.h:#undef WCHAR_TYPE config/alpha/linux.h:#define WCHAR_TYPE "int" # grep INT_TYPE_SIZE config/alpha/*.h config/alpha/alpha.h:#define INT_TYPE_SIZE 32 So WCHAR_TYPE_SIZE is 32 for Linux/alpha. H.J. |
| Previous by Date: | Re: Changing WCHAR_TYPE from "long int" to "int"?, Eric Christopher |
|---|---|
| Next by Date: | Re: Changing WCHAR_TYPE from "long int" to "int"?, Ralf Baechle |
| Previous by Thread: | Re: Changing WCHAR_TYPE from "long int" to "int"?, Eric Christopher |
| Next by Thread: | Re: Changing WCHAR_TYPE from "long int" to "int"?, Eric Christopher |
| Indexes: | [Date] [Thread] [Top] [All Lists] |