Subject: Re: emuns on ARM: What should we do?
To: David Laight <david@l8s.co.uk>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-toolchain
Date: 01/21/2002 14:55:04
On Mon, Jan 21, 2002 at 10:44:17PM +0000, David Laight wrote:

 > OK Someone was definitely doing a 64bit OS that was ILP64, it wasn't
 > Sun, HP or IBM - so it must have been DEC.  Dunno which type they lost -
 > short must have been either 16 or 32bit.

DEC OSs for the Alpha (OSF/1 aka Digital Unix aka Tru64 Unix, and
OpenVMS) never used 64-bit ints.  The type sizes were:

	char		8-bit
	short		16-bit
	int		32-bit
	long		64-bit
	pointer		64-bit

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>