On Fri, Jul 06, 2001 at 03:08:04PM +1000, Peter Jeremy wrote:
>                 i386 type     Alpha type
> clock_t       unsigned long   int

We could make these the same (not sure why they aren't).

> ptrdiff_t     int             long
> size_t                unsigned int    unsigned long
> ssize_t               int             long
> *physaddr     { int r[1]; }   { long r[1]; }
> vm_offset_t   unsigned int    unsigned long
> vm_pindex_t   unsigned int    unsigned long
> vm_size_t     unsigned int    unsigned long
> intfptr_t     int             long
> uintfptr_t    unsigned int    unsigned long

these also since long == int on x86.  Then if one build a 64-bit long
i386 compiler (BDE does this) one could also test 64-bit issues on an
i386 box almost as well as on an Alpha.

-- 
-- David  ([EMAIL PROTECTED])

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to