summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black6-4/+36
2014-10-10tools: compiler.h: Fix build on FreeBSDJeroen Hofstee1-0/+4
2014-09-24compiler.h: remove duplicated uninitialized_varJeroen Hofstee1-3/+0
2014-07-22tools: compiler.h: add missing time.hJeroen Hofstee1-0/+1
2011-11-22Define uintptr_t as long int to simplify printf() format stringsSimon Glass1-9/+3
2011-10-17sandbox: Add compiler defines to support a 64-bit x86_64 platformSimon Glass1-1/+15
2011-07-28include/compiler.h: typedef ulong for FreeBSDJeroen Hofstee1-1/+1
2010-10-06include/compiler.h: remove uint typedef for __MACH__Andreas Bießmann1-1/+0
2010-06-20include/compiler.h: remove redundant declaration of errnoWolfgang Denk1-2/+0
2010-05-05compiler.h: add uint typedefMike Frysinger1-0/+1
2010-01-17move definition of macros likely and unlikely to compiler.hMatthias Kaehlcke2-3/+3
2009-09-04Move uninitialized_var() macro from ubi_uboot.h to compiler.hAnton Vorontsov2-3/+4
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger15-149/+150