Issue created by Joel Sherrill: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5781
## Summary _CONFIGURE_DISABLE_NEWLIB_REENTRANCY_ assumes that newlib will invoke a function to get a pointer to the reentrancy area. When configured to use Thread Local Storage for the reentrancy data, there is no function to call or override. Newlib is compiled to access the TLS pointer to the information. Newlib defines __REENT_THREAD_LOCAL_ when compiled to use TLS for reentrancy. _confdefs.h_ needs to detect when _CONFIGURE_DISABLE_NEWLIB_REENTRANCY_ is defined when newlib is compiled for TLS and give an error. <!-- Pre-set options - milestone --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/work_items/5781 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/namespace/49/sent_notifications/5-dk3ovnmrkjyeqwpx908qp9lct-1d/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
