First stage port to 64 bit

This commit is contained in:
Michiel Broek
2005-10-11 20:49:41 +00:00
parent ac4e2dce0a
commit 1dfaf10c20
222 changed files with 1620 additions and 1563 deletions

View File

@@ -8,6 +8,19 @@ development only. There are no secrets in this file because it's public
available.
Wordlengths.
From bits/types.h:
Here we assume what is presently the case in all the GCC configurations
we support: long long is always 64 bits, long is always word/address size,
and int is always 32 bits.
IOW: Never use long in the sources because it breaks between 32/64 bit
hardware.
How about time_t, it seems an alias for long!
CVS tags.