2019-12-30 Olivier Hainque <hainque@adacore.com>
libgcc/
* config/gthr-vxworks-tls.c (__gthread_getspecific): Fix
reference to the internal VX_GET_TLS_DATA interface.
From-SVN: r279775
2019-12-30 Olivier Hainque <hainque@adacore.com>
+ * config/gthr-vxworks-tls.c (__gthread_getspecific): Fix
+ reference to the internal VX_GET_TLS_DATA interface.
+
+2019-12-30 Olivier Hainque <hainque@adacore.com>
+
* config/vxcrtstuff.c: Fix incorrect spelling of
USE_INITFINI_ARRAY in guard.
if (key >= MAX_KEYS)
return 0;
- data = GET_VX_TLS_DATA();
+ data = VX_GET_TLS_DATA();
if (!data)
return 0;