]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Disable Support_Atomic_Primitives on x86_64 VxWorks
authorPatrick Bernardi <bernardi@adacore.com>
Wed, 24 Aug 2022 14:02:21 +0000 (10:02 -0400)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 12 Sep 2022 08:16:49 +0000 (10:16 +0200)
commit635e98b86497d8c017ea437725b6620572c9de5c
tree9aeba0ec3e3b88bef7c28166f498a04340f4bf99
parentd30f15442e015871ea65202076f5352ebb293e8b
[Ada] Disable Support_Atomic_Primitives on x86_64 VxWorks

The current configuration of the x86-64 VxWorks runtimes does not support
atomic primitives. x86-64 VxWorks was missed from the previous patch.

gcc/ada/

* libgnat/system-vxworks7-x86_64-kernel.ads: Set
Support_Atomic_Primitives to false.
* libgnat/system-vxworks7-x86_64-rtp-smp.ads: Ditto.
gcc/ada/libgnat/system-vxworks7-x86_64-kernel.ads
gcc/ada/libgnat/system-vxworks7-x86_64-rtp-smp.ads