Subject: Re: int64
To: None <tech-kern@netbsd.org>
From: TAKEMURA Shin <takemura@netbsd.org>
List: tech-kern
Date: 01/02/2001 22:39:14
Thank you for your commens.

I've recreate the patch. You can see the patch on
http://www02.u-page.so-net.ne.jp/ca2/takemura/tmp/int64.patch

I'm going to commit the change tomorrow.

----- Original Message ----- 
From: "TAKEMURA Shin" <takemura@netbsd.org>
To: <tech-kern@netbsd.org>
Sent: Saturday, December 30, 2000 9:36 PM
Subject: int64


> I'd like to replace some 'long long' with int64_t in system header files
> to compile stand alone program (i.e. bootloader) with compiler other 
> than GCC.
> Hpcmips bootloader should be compile with Microsoft Compiler,
> which have no 'long long' but __int64.
> 
> I've create a patch (attached). The patch will be applied to machines,
> alpha, arm32, i386, m68k, mips, pc532, powerpc, sparc, sparc64,
> vax, sh3 and arm26.
> 
> Any comments? I don't know how different are 'long int' and 'long'. 
> Does the difference make sense?
> 
> If no one has major objection, I will commit this in a few days.
> 
> Takemura