<div dir="ltr">Thanks. All pushed now.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 14, 2024 at 6:46 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">OK<br>
<br>
Thanks<br>
Chris<br>
<br>
On 12/3/2024 1:06 am, Joel Sherrill wrote:<br>
> _Thread_Close no longer exists. There are multiple exapmles which<br>
> show tracing in rtems-examples which fail to link due to this.<br>
> ---<br>
>  linkers/rtems-score-thread.ini | 5 ++---<br>
>  1 file changed, 2 insertions(+), 3 deletions(-)<br>
> <br>
> diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini<br>
> index 974bcfd..a759f72 100644<br>
> --- a/linkers/rtems-score-thread.ini<br>
> +++ b/linkers/rtems-score-thread.ini<br>
> @@ -5,7 +5,7 @@<br>
>  trace = _Thread_Handler_initialization, _Thread_Create_idle, _Thread_Start_multitasking<br>
>  trace = _Stack_Allocate, _Stack_Free, _Thread_Start<br>
>  trace = _Thread_Yield, _Thread_Set_life_protection<br>
> -trace = _Thread_Kill_zombies, _Thread_Close<br>
> +trace = _Thread_Kill_zombies<br>
>  trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment<br>
>  trace = _Thread_Handler<br>
>  trace = _Thread_Get<br>
> @@ -19,7 +19,7 @@ trace = _Stack_Allocate, _Thread_Start<br>
>  trace = _Thread_Restart, _Thread_Handler<br>
>  <br>
>  [rtems-score-thread-destroy]<br>
> -trace = _Thread_Kill_zombies, _Thread_Close<br>
> +trace = _Thread_Kill_zombies<br>
>  <br>
>  [rtems-score-thread-activity]<br>
>  trace = _Thread_Yield, _Thread_Set_life_protection<br>
> @@ -38,7 +38,6 @@ _Thread_Start = Status_Control, Thread_Control*, const Thread_Entry_information*<br>
>  _Thread_Yield = void, Thread_Control*<br>
>  _Thread_Set_life_protection = Thread_Life_state, Thread_Life_state<br>
>  _Thread_Kill_zombies = void, void<br>
> -_Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*<br>
>  _Thread_Clear_state = States_Control, Thread_Control*, States_Control<br>
>  _Thread_Set_state = States_Control, Thread_Control*, States_Control<br>
>  _Thread_Load_environment = void, Thread_Control*<br>
</blockquote></div>