summaryrefslogtreecommitdiff
path: root/com32/include/bitsize/stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-301-64/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile com32/elflink/ldlinux/adv.c com32/elflink/ldlinux/kernel.c com32/elflink/ldlinux/ldlinux.c com32/include/bitsize/stddef.h com32/include/bitsize/stdint.h com32/include/stdint.h com32/include/sys/module.h com32/include/sys/x86_64/bitops.h com32/include/syslinux/linux.h com32/lib/Makefile com32/lib/sys/ansicon_write.c com32/lib/sys/module/elfutils.h com32/lib/sys/vesa/efi/fill.h com32/lib/syslinux/load_linux.c com32/lib/syslinux/serial.c com32/lib/syslinux/shuffle.c core/conio.c core/elflink/config.c core/elflink/load_env32.c core/graphics.c core/include/graphics.h core/init.c core/pxelinux.asm mk/elf.mk mk/lib.mk
| * lib: sync <stdint.h> and <stddef.h> from klibcH. Peter Anvin2011-06-201-15/+15
| | | | | | | | | | | | | | | | The stdint.h definition appears to be a total mess. Clean it up with the current version from klibc, and revert change of size_t being long rather than int (it is not on i386). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* | Patches here support 32bit and 64bit environment.chandramouli narayanan2012-06-251-0/+46
|/ | | | | | | | | | | | | | | | | Move the standard definitions of constants, variously-sized ints,limits into respective architecture specific files. com32/include/bitsize holds the standard header files that in turn include bitsize32 or bitsize64 based on the architecture. The makefiles should build pick the right ones based on architecture. Files com32/include/sys/cpu.h, com32/include/sys/bitops.h now have architecture specific files underneath to define relevant macros definitions. com32/include/setjmp.h has architecture specific counterparts underneath. ssize_t in dos/stdlib.h is appropriately defined based on architecture to be able to support building for 32bit and 64bit environments. Remanants of the unused old i386-only files, if any, need to be pruned.
* Run Nindent on com32/include/bitsize/stdint.hH. Peter Anvin2009-05-291-14/+14
| | | | | | | | | Automatically reformat com32/include/bitsize/stdint.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-141-2/+2
|
* Very first cut at a klibc-derived C library for com32hpa2004-11-101-0/+34