Re: [PATCH v4 1/5] CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE

2020-09-14 Thread Joel Sherrill
On Sun, Sep 13, 2020 at 3:19 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 12/09/2020 02:33, Chris Johns wrote: > > > On 12/9/20 1:34 am, Sebastian Huber wrote: > >> +const size_t _Thread_Maximum_TLS_size = > >> + CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE; > > Should rtem

Re: [PATCH v4 1/5] CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE

2020-09-13 Thread Sebastian Huber
On 12/09/2020 02:33, Chris Johns wrote: On 12/9/20 1:34 am, Sebastian Huber wrote: +const size_t _Thread_Maximum_TLS_size = + CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE; Should rtems-exeinfo report this? Yes, this would be helpful. Then you can see if you get a fatal error during the system

Re: [PATCH v4 1/5] CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE

2020-09-11 Thread Chris Johns
On 12/9/20 1:34 am, Sebastian Huber wrote: > +const size_t _Thread_Maximum_TLS_size = > + CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE; Should rtems-exeinfo report this? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinf

[PATCH v4 1/5] CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE

2020-09-11 Thread Sebastian Huber
Add this application configuration option. This configuration option can be used to reserve space for the dynamic linking of modules with thread-local storage objects. Update #4074. --- cpukit/doxygen/appl-config.h| 29 +++ cpukit/include/rtems/confdefs/threads.h | 7