summaryrefslogtreecommitdiffstatshomepage
path: root/target.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-04target.c: ignore -m64 on archs where int32_t is a longLuc Van Oostenryck1-0/+1
2019-02-04lib.c: move handle_arch_m64_finalize() to init_target()Luc Van Oostenryck1-0/+35
2018-12-17fix the size of long doubleLuc Van Oostenryck1-2/+23
2018-12-17add predefined macros for [u]int32_tLuc Van Oostenryck1-0/+19
2018-12-17add predefined macros for [u]int64_tLuc Van Oostenryck1-0/+6
2018-12-17add predefined macros for [u]intmaxLuc Van Oostenryck1-0/+2
2018-12-17add predefined macros for wint_tLuc Van Oostenryck1-0/+4
2018-12-17give a type to wcharLuc Van Oostenryck1-2/+29
2017-05-19fix hardcoded size of wide charsLuc Van Oostenryck1-0/+2
2009-08-01Add support for TImode type (__int128_t)Blue Swirl1-0/+1
2007-07-08make size_t better approximate the realityAl Viro1-2/+2
2005-06-27[PATCH] remove multi-inclusion guard from target.cLuc Van Oostenryck1-5/+0
2005-04-07Implement a C99-like _Bool type.Linus Torvalds1-0/+1
2005-04-07Now that BITS_IN_XXXX aren't defined contstants any more,Linus Torvalds1-15/+15
2005-04-07Use variables for target data structure information, Linus Torvalds1-0/+49