aboutsummaryrefslogtreecommitdiffstats
path: root/machine.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Merge branches 'march', 'endianness', 'os' and 'arch-mini' into archLuc Van Oostenryck1-0/+6
2020-07-13openrisc: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13sh: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13nds32: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13xtensa: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13h8300: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13arch: add an option to specify the OS: --os=$OSLuc Van Oostenryck1-0/+1
2020-07-06arch: add minimal support for microblazeLuc Van Oostenryck1-0/+1
2020-06-12arch: add specificities for AlphaLuc Van Oostenryck1-0/+3
2020-06-12arch: add specificities for BlackfinLuc Van Oostenryck1-0/+1
2020-06-12arch: add specificities for Nios2Luc Van Oostenryck1-0/+1
2020-05-15misc: fix typo: s/OS_UNIX/OS_NATIVE/Luc Van Oostenryck1-1/+1
2020-01-22correct sparcv9 definesToomas Soome1-1/+1
2020-01-22allow to easily test if the OS is UNIX-likeLuc Van Oostenryck1-2/+2
2020-01-22detect OS_UNIX as native OSLuc Van Oostenryck1-0/+3
2020-01-22detect native OS on OpenBSD & NetBSDLuc Van Oostenryck1-0/+4
2020-01-22detect native OS in alphabetical orderLuc Van Oostenryck1-6/+6
2020-01-22fix typo when detecting SunOSLuc Van Oostenryck1-1/+1
2019-12-16arch: move arch-specificities to their own filesLuc Van Oostenryck1-1/+1
2019-11-28Merge branch 'arch-cleanup' into masterLuc Van Oostenryck1-0/+26
2019-11-28arch: use a variable for the OSLuc Van Oostenryck1-0/+26
2019-11-27Merge branch 'arm-hf' into masterLuc Van Oostenryck1-0/+15
2019-11-27fp-abi: teach sparse about -mfloat-abi on ARMLuc Van Oostenryck1-0/+15
2019-11-14arch: fix the signedness of plain charsLuc Van Oostenryck1-6/+0
2019-10-30arch: add support for s390 (ILP32)Luc Van Oostenryck1-1/+3
2019-10-30arch: reorder MACH_XXX definesLuc Van Oostenryck1-12/+6
2019-02-01machine.h: Fix MACH_NATIVE on m68kUwe Kleine-König1-1/+1
2018-12-17add predefine for __CHAR_UNSIGNED__Luc Van Oostenryck1-0/+6
2018-12-14test endianness with __BYTE_ORDER__Luc Van Oostenryck1-1/+1
2018-12-14Consolidate 'machine detection' into "machine.h"Luc Van Oostenryck1-0/+23
2018-12-14add detection of native platformLuc Van Oostenryck1-0/+54