aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorOlivier Hainque <hainque@adacore.com>2019-12-30 22:16:37 +0000
committerOlivier Hainque <hainque@gcc.gnu.org>2019-12-30 22:16:37 +0000
commitbbbc05957e55777805cef2d7ea39f1a73604c91a (patch)
treef744cc96d2d499bc85a6853969c8b40a9da82506 /gcc/calls.c
parent9905fec4d901d9d9caac74795758e021ef39c25b (diff)
downloadgcc-bbbc05957e55777805cef2d7ea39f1a73604c91a.zip
gcc-bbbc05957e55777805cef2d7ea39f1a73604c91a.tar.gz
gcc-bbbc05957e55777805cef2d7ea39f1a73604c91a.tar.bz2
Arrange to preinclude yvals.h ahead of stdint on VxWorks 7
On Vxworks 7, includers of stdint.h (which we currently "provide") need yvals.h to have been included ahead. Instead of altering the common stdint-gcc.h with unpleasant vxworks specific bits to do that, we arrange to provide stdint-gcc.h on its own along with a stdint.h wrapper which preincludes yvals.h on vx7 then includes stdint-gcc.h. 2019-12-30 Olivier Hainque <hainque@adacore.com> * config/vxworks/stdint.h: New file. Include _yvals.h then stdint-gcc.h. * config/t-vxworks: Arrange to install the stdint.h wrapper. * config.gcc (*-*-vxworks*): Add stdint-gcc.h to $extra_headers so it gets copied. Set use_gcc_stdint to request _not_ crafting stdint.h through the common Makefile rules. From-SVN: r279791
Diffstat (limited to 'gcc/calls.c')
0 files changed, 0 insertions, 0 deletions