History log of /netbsd-src/sys/arch/amd64/include/int_const.h (Results 1 – 5 of 5)
Revision Date Author Comments
# d87708c5 25-Jul-2014 joerg <joerg@NetBSD.org>

Add generic versions of machine/int_*.h for compilers providing
appropiate macros for all necessary types.


# dc71c99d 29-May-2010 tnozaki <tnozaki@NetBSD.org>

fix wrong integer promotion rule(removed U suffix from UINT{8,16}_C).
see ISO/IEC 9899:1999 7.18.4.3.


# 433b5dde 26-Oct-2008 mrg <mrg@NetBSD.org>

put the contents of these header files around #ifdef __x86_64__, and
#include the <i386/foo.h> in the #else clause, making these files
largely bit-size independant.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 81918bf8 26-Apr-2003 fvdl <fvdl@NetBSD.org>

Rename the x86_64 port to amd64, as this is the actual name used for
the processor family now. x86_64 is kept as the MACHINE_ARCH value,
since it's already widely used (by e.g. the toolchain, etc), a

Rename the x86_64 port to amd64, as this is the actual name used for
the processor family now. x86_64 is kept as the MACHINE_ARCH value,
since it's already widely used (by e.g. the toolchain, etc), and
by other operating systems.

show more ...