aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/openbsd-stdint.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-09* config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.Mark Kettenis1-0/+3
From-SVN: r191120
2009-11-08openbsd-stdint.h: Change to reflect what c_common_nodes_and_builtins expects.Jonathan Gray1-6/+6
* config/openbsd-stdint.h: Change to reflect what c_common_nodes_and_builtins expects. From-SVN: r154017
2009-09-27config.gcc: Update OpenBSD targets.Jonathan Gray1-0/+31
* config.gcc: Update OpenBSD targets. * config/openbsd-stdint.h: New file. * config/openbsd-libpthread.h: New file. * config/openbsd.h: Update and break out LIB_SPEC definition. * config/alpha/openbsd.h: Overhaul to reflect ELF migration. * config/i386/openbsdelf.h: Correct types. * config/m68k/openbsd.h: Likewise. * config/mips/openbsd.h: Likewise. * config/vax/openbsd.h: Likewise. From-SVN: r152218