summaryrefslogtreecommitdiff
path: root/gcc/config/openbsd-stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* * config/openbsd-stdint.h (INTMAX_TYPE, UINTMAX_TYPE): Define.Mark Kettenis2012-09-091-0/+3
| | | | From-SVN: r191120
* openbsd-stdint.h: Change to reflect what c_common_nodes_and_builtins expects.Jonathan Gray2009-11-081-6/+6
| | | | | | | * config/openbsd-stdint.h: Change to reflect what c_common_nodes_and_builtins expects. From-SVN: r154017
* config.gcc: Update OpenBSD targets.Jonathan Gray2009-09-271-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