[patch] vxworks: Fix conditional inclusion guard in gthr-vxworks-thread.c

Olivier Hainque hainque@adacore.com
Wed Oct 28 14:05:00 GMT 2020


This change fixes the name of the macro used to condition the
inclusion of an actual implementation of some of the gthread
support services for VxWorks, to agree with the side
defining that macro based on tests against the targetted
VxWorks version major.

Tested by verifying the desired effect of having the expected
entry points available after a rebuild for the configuration where
there were missing.

Olivier

2020-10-28  Olivier Hainque  <hainque@adacore.com>

libgcc/
        * config/gthr-vxworks-thread.c: Fix name of macro used
        to condition the inclusion of an actual implementation,
	to match the defining side (__GTHREADS_CXX0X).

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-Fix-conditional-inclusion-guard-in-gthr-vxworks-thread.txt
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20201028/23aa0a9c/attachment-0001.txt>
-------------- next part --------------




More information about the Gcc-patches mailing list