Fix the logic conditioning VX_ENTER/LEAVE_TLS_DTOR
authorOlivier Hainque <hainque@adacore.com>
Wed, 28 Oct 2020 11:24:56 +0000 (11:24 +0000)
committerOlivier Hainque <hainque@adacore.com>
Thu, 29 Oct 2020 10:59:11 +0000 (10:59 +0000)
commit9df44b9403312d7cd9678bfb44cae3bb972d6355
tree1b8893be422b86dee4b8a94d501e969f91bae391
parent291d920395dcb192aea657b8073074b690777d4b
Fix the logic conditioning VX_ENTER/LEAVE_TLS_DTOR

Fix a basic #if/#ifdef confusion which leads to improper
choices in some configurations.

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

libgcc/
* config/gthr-vxworks-tls.c: Fix preprocessor logic
controlling the definition of VX_ENTER_TLS_DTOR and
VX_LEAVE_TLS_DTOR based on a version major check.
libgcc/config/gthr-vxworks-tls.c