summaryrefslogtreecommitdiffstats
path: root/src/arch/x86_64/include/bits/stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2017-12-291-0/+2
| | | | | | | | Add missing FILE_LICENCE declarations to x86_64 headers based on the corresponding i386 headers (from which the x86_64 headers were originally derived). Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [build] Use __SIZE_TYPE__ macro in definition of size_tJoshua Oreman2009-03-311-1/+1
| | | | | | | This is required in order to build on Mac OS X. Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-051-0/+21
Currently the only supported platform for x86_64 is EFI. Building an EFI64 gPXE requires a version of gcc that supports __attribute__((ms_abi)). This currently means a development build of gcc; the feature should be present when gcc 4.4 is released. In the meantime; you can grab a suitable gcc tree from git://git.etherboot.org/scm/people/mcb30/gcc/.git