Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Chris Johns
On 13/9/2023 4:18 pm, Sebastian Huber wrote: > > > On 13.09.23 03:12, Chris Johns wrote: >> On 12/9/2023 5:55 pm, Sebastian Huber wrote: >>> On 12.09.23 09:43, Chris Johns wrote: >>> Setting OPTIMIZATION_FLAGS and TEST_OPTIMIZATION_FLAGS through the >>> configuration >>> file alway

Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Sebastian Huber
On 13.09.23 09:20, Chris Johns wrote: On 13/9/2023 4:18 pm, Sebastian Huber wrote: On 13.09.23 03:12, Chris Johns wrote: On 12/9/2023 5:55 pm, Sebastian Huber wrote: On 12.09.23 09:43, Chris Johns wrote: Setting OPTIMIZATION_FLAGS and TEST_OPTIMIZATION_FLAGS through the configuration file al

Re: [PATCH] doxygen: Replace and move main page

2023-09-13 Thread Sebastian Huber
On 03.08.23 09:38, Sebastian Huber wrote: Hello Joel, On 28.07.23 16:37, Sebastian Huber wrote: Replace the main page with a high level description of the RTEMS feature set similar to: https://docs.rtems.org/branches/master/user/overview/index.html#features The replaced content can be found i

Re: Outdated list of BSPs in rtems-tools/config

2023-09-13 Thread Peter Dufault
> On Jul 25, 2023, at 10:14 , Joel Sherrill wrote: > > Most of those are recent and from a lot of different people. GSoC, Kinsey, > you, Vijay or Chris, Karel, etc. But I wonder about that phycore_mpc5554. I > think it has been around a LONG time. > I'm cleaning my in-box, and I missed a refe

Re: [PATCH] build: Use build context for custom commands

2023-09-13 Thread Chris Johns
On 13/9/2023 6:52 pm, Sebastian Huber wrote: > On 13.09.23 09:20, Chris Johns wrote: >> On 13/9/2023 4:18 pm, Sebastian Huber wrote: >>> >>> On 13.09.23 03:12, Chris Johns wrote: On 12/9/2023 5:55 pm, Sebastian Huber wrote: > On 12.09.23 09:43, Chris Johns wrote: > Setting OPTIMIZA

Re: [rtems commit] libdl: Add support to import base image TLS symbols

2023-09-13 Thread Sebastian Huber
This seems to break the mips build: cpukit/libdl/rtl-tls.c:104:2: error: #error unsupported architecture 104 | #error unsupported architecture | ^ -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-8

Re: [rtems commit] libdl: Add support to import base image TLS symbols

2023-09-13 Thread Sebastian Huber
On 14.09.23 08:34, Sebastian Huber wrote: This seems to break the mips build: cpukit/libdl/rtl-tls.c:104:2: error: #error unsupported architecture   104 | #error unsupported architecture   |  ^ Also the moxie and 64-bit powerpc (qoriq_e6500_64) no longer build with the error above.

[PATCH] score: Fix TLS support for some code models

2023-09-13 Thread Sebastian Huber
Store symbols with an arbitrary absolute address such as _TLS_Size, _TLS_Alignment, _TLS_Data_size, and _TLS_BSS_size in an object to avoid issues with some code models. Update #4953. --- cpukit/include/rtems/score/tls.h | 120 +- cpukit/score/src/tlsallocsize.c |