Re: [PATCH rtems-tools] rtems-score-thread.ini: Remove _Thread_Close so trace examples link

2024-03-14 Thread Joel Sherrill
Thanks. All pushed now.

On Thu, Mar 14, 2024 at 6:46 PM Chris Johns  wrote:

> OK
>
> Thanks
> Chris
>
> On 12/3/2024 1:06 am, Joel Sherrill wrote:
> > _Thread_Close no longer exists. There are multiple exapmles which
> > show tracing in rtems-examples which fail to link due to this.
> > ---
> >  linkers/rtems-score-thread.ini | 5 ++---
> >  1 file changed, 2 insertions(+), 3 deletions(-)
> >
> > diff --git a/linkers/rtems-score-thread.ini
> b/linkers/rtems-score-thread.ini
> > index 974bcfd..a759f72 100644
> > --- a/linkers/rtems-score-thread.ini
> > +++ b/linkers/rtems-score-thread.ini
> > @@ -5,7 +5,7 @@
> >  trace = _Thread_Handler_initialization, _Thread_Create_idle,
> _Thread_Start_multitasking
> >  trace = _Stack_Allocate, _Stack_Free, _Thread_Start
> >  trace = _Thread_Yield, _Thread_Set_life_protection
> > -trace = _Thread_Kill_zombies, _Thread_Close
> > +trace = _Thread_Kill_zombies
> >  trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
> >  trace = _Thread_Handler
> >  trace = _Thread_Get
> > @@ -19,7 +19,7 @@ trace = _Stack_Allocate, _Thread_Start
> >  trace = _Thread_Restart, _Thread_Handler
> >
> >  [rtems-score-thread-destroy]
> > -trace = _Thread_Kill_zombies, _Thread_Close
> > +trace = _Thread_Kill_zombies
> >
> >  [rtems-score-thread-activity]
> >  trace = _Thread_Yield, _Thread_Set_life_protection
> > @@ -38,7 +38,6 @@ _Thread_Start = Status_Control, Thread_Control*, const
> Thread_Entry_information*
> >  _Thread_Yield = void, Thread_Control*
> >  _Thread_Set_life_protection = Thread_Life_state, Thread_Life_state
> >  _Thread_Kill_zombies = void, void
> > -_Thread_Close = void, Thread_Control*, Thread_Control*,
> Thread_Close_context*
> >  _Thread_Clear_state = States_Control, Thread_Control*, States_Control
> >  _Thread_Set_state = States_Control, Thread_Control*, States_Control
> >  _Thread_Load_environment = void, Thread_Control*
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH rtems-tools] rtems-score-thread.ini: Remove _Thread_Close so trace examples link

2024-03-14 Thread Chris Johns
OK

Thanks
Chris

On 12/3/2024 1:06 am, Joel Sherrill wrote:
> _Thread_Close no longer exists. There are multiple exapmles which
> show tracing in rtems-examples which fail to link due to this.
> ---
>  linkers/rtems-score-thread.ini | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
> index 974bcfd..a759f72 100644
> --- a/linkers/rtems-score-thread.ini
> +++ b/linkers/rtems-score-thread.ini
> @@ -5,7 +5,7 @@
>  trace = _Thread_Handler_initialization, _Thread_Create_idle, 
> _Thread_Start_multitasking
>  trace = _Stack_Allocate, _Stack_Free, _Thread_Start
>  trace = _Thread_Yield, _Thread_Set_life_protection
> -trace = _Thread_Kill_zombies, _Thread_Close
> +trace = _Thread_Kill_zombies
>  trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
>  trace = _Thread_Handler
>  trace = _Thread_Get
> @@ -19,7 +19,7 @@ trace = _Stack_Allocate, _Thread_Start
>  trace = _Thread_Restart, _Thread_Handler
>  
>  [rtems-score-thread-destroy]
> -trace = _Thread_Kill_zombies, _Thread_Close
> +trace = _Thread_Kill_zombies
>  
>  [rtems-score-thread-activity]
>  trace = _Thread_Yield, _Thread_Set_life_protection
> @@ -38,7 +38,6 @@ _Thread_Start = Status_Control, Thread_Control*, const 
> Thread_Entry_information*
>  _Thread_Yield = void, Thread_Control*
>  _Thread_Set_life_protection = Thread_Life_state, Thread_Life_state
>  _Thread_Kill_zombies = void, void
> -_Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*
>  _Thread_Clear_state = States_Control, Thread_Control*, States_Control
>  _Thread_Set_state = States_Control, Thread_Control*, States_Control
>  _Thread_Load_environment = void, Thread_Control*
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH rtems-tools] rtems-score-thread.ini: Remove _Thread_Close so trace examples link

2024-03-11 Thread Joel Sherrill
_Thread_Close no longer exists. There are multiple exapmles which
show tracing in rtems-examples which fail to link due to this.
---
 linkers/rtems-score-thread.ini | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index 974bcfd..a759f72 100644
--- a/linkers/rtems-score-thread.ini
+++ b/linkers/rtems-score-thread.ini
@@ -5,7 +5,7 @@
 trace = _Thread_Handler_initialization, _Thread_Create_idle, 
_Thread_Start_multitasking
 trace = _Stack_Allocate, _Stack_Free, _Thread_Start
 trace = _Thread_Yield, _Thread_Set_life_protection
-trace = _Thread_Kill_zombies, _Thread_Close
+trace = _Thread_Kill_zombies
 trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
 trace = _Thread_Handler
 trace = _Thread_Get
@@ -19,7 +19,7 @@ trace = _Stack_Allocate, _Thread_Start
 trace = _Thread_Restart, _Thread_Handler
 
 [rtems-score-thread-destroy]
-trace = _Thread_Kill_zombies, _Thread_Close
+trace = _Thread_Kill_zombies
 
 [rtems-score-thread-activity]
 trace = _Thread_Yield, _Thread_Set_life_protection
@@ -38,7 +38,6 @@ _Thread_Start = Status_Control, Thread_Control*, const 
Thread_Entry_information*
 _Thread_Yield = void, Thread_Control*
 _Thread_Set_life_protection = Thread_Life_state, Thread_Life_state
 _Thread_Kill_zombies = void, void
-_Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*
 _Thread_Clear_state = States_Control, Thread_Control*, States_Control
 _Thread_Set_state = States_Control, Thread_Control*, States_Control
 _Thread_Load_environment = void, Thread_Control*
-- 
2.24.4

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel