aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/cygwin-stdint.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r279813
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r267494
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r256169
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r243994
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r232055
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r219188
2014-08-19cygwin-stdint.h: Throughout, make type definitions dependent on target ↵Yaakov Selkowitz1-45/+12
architecture, not host. 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com> * config/i386/cygwin-stdint.h: Throughout, make type definitions dependent on target architecture, not host. From-SVN: r214156
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
From-SVN: r206289
2013-03-27cygwin-stdint.h: Add support for cygwin x64 target.Kai Tietz1-1/+33
* config/i386/cygwin-stdint.h: Add support for cygwin x64 target. * config/i386/t-cygwin-w64: New file. * config/i386/cygwin-w64.h: New file. * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): Extend and add support for x64-cygwin target. (CPP_SPEC): Likewise. (CXX_WRAP_SPEC_LIST): Undefine before define. (LIBGCJ_SONAME): Use 15 as version. From-SVN: r197168
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
From-SVN: r195098
2009-04-19cygwin-stdint.h (INTPTR_TYPE): Remove "long".Dave Korn1-2/+2
* config/i386/cygwin-stdint.h (INTPTR_TYPE): Remove "long". (UINTPTR_TYPE): Likewise. From-SVN: r146360
2009-04-11cygwin-stdint.h (INT_LEAST32_TYPE): Update to match changes in Cygwin 1.7 ↵Dave Korn1-6/+17
(UINT_LEAST32_TYPE... * config/i386/cygwin-stdint.h (INT_LEAST32_TYPE): Update to match changes in Cygwin 1.7 (UINT_LEAST32_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE): Likewise. From-SVN: r145949
2009-04-05config.gcc (cygwin tm_file): Add cygwin-stdint.h.Dave Korn1-0/+51
* config.gcc (cygwin tm_file): Add cygwin-stdint.h. (cygwin tm clause use_gcc_stdint): Set to wrap. * config/i386/cygwin-stdint.h: New file. From-SVN: r145562