]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add VxWworks fixincludes hack, don't expect yvals.h from gcc
authorOlivier Hainque <hainque@adacore.com>
Thu, 16 Dec 2021 13:50:25 +0000 (13:50 +0000)
committerOlivier Hainque <hainque@adacore.com>
Thu, 6 Jan 2022 12:04:13 +0000 (12:04 +0000)
commit75b8a726171bcb2e06d70e6179e9926a7ffd73cc
tree6f8b787fb36d2736c271aa26729c5f23392af798
parent80ad67e2af0620d58d57d0406dc22693cf5b8ca9
Add VxWworks fixincludes hack, don't expect yvals.h from gcc

yvals.h on VxWorks expects the toolchain to provide its own
version of the header, which we don't do. Arrange to fallback
on the common system definitions instead.

2021-12-16  Olivier Hainque  <hainque@adacore.com>

fixincludes/
* inclhack.def (vxworks_next_yvals): New hack.
* tests/base/yvals.h: New expected test result.
* fixincl.x: Regenerate.
fixincludes/fixincl.x
fixincludes/inclhack.def
fixincludes/tests/base/yvals.h [new file with mode: 0644]