diff options
author | Rasmus Villemoes <rv@rasmusvillemoes.dk> | 2020-10-02 15:31:58 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@adacore.com> | 2020-10-16 16:16:17 +0000 |
commit | a6590686f72e2a99d290b5e96e54e550446009de (patch) | |
tree | 356b467a0fb314819a0e89909bc05fb9bbe099a9 /gcc | |
parent | e94d5836e54558f78f1845de07db273611972c26 (diff) | |
download | gcc-a6590686f72e2a99d290b5e96e54e550446009de.zip gcc-a6590686f72e2a99d290b5e96e54e550446009de.tar.gz gcc-a6590686f72e2a99d290b5e96e54e550446009de.tar.bz2 |
Inhibit support for C++0x threads on VxWorks < 6
As for condition variables, the C++0x threads support relies on
VxWorks entry points not available in VxWorks versions prior to 6.
We just expose absence of support for C++0x threads on such systems.
2020-10-15 Rasmus Villemoes <rv@rasmusvillemoes.dk>
libgcc/
* config/gthr-vxworks.h: Condition the ___GTHREADS_CXX0X
section on VxWorks >= 6.
* config/gthr-vxworks-thread.c: Condition the entire
implementation on __GTHREAD_CXX0X.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions