[rtems-tools commit] linkers: Remove _Thread_Life_action_handler

Sebastian Huber sebh at rtems.org
Thu Dec 19 09:09:43 UTC 2019


Module:    rtems-tools
Branch:    master
Commit:    7045cc39b414cd38a864c22d6db220b9d140a4af
Changeset: http://git.rtems.org/rtems-tools/commit/?id=7045cc39b414cd38a864c22d6db220b9d140a4af

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Dec 19 10:08:19 2019 +0100

linkers: Remove _Thread_Life_action_handler

This is a static function.

Update #3413.

---

 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 313831a..5fa4459 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 = _Thread_Stack_Allocate, _Thread_Stack_Free, _Thread_Initialize, _Thread_Start
 trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
-trace = _Thread_Life_action_handler, _Thread_Kill_zombies, _Thread_Close
+trace = _Thread_Kill_zombies, _Thread_Close
 trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
 trace = _Thread_Handler
 trace = _Thread_Get
@@ -23,7 +23,7 @@ trace = _Thread_Kill_zombies, _Thread_Close
 
 [rtems-score-thread-activity]
 trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
-trace = _Thread_Life_action_handler, _Thread_Clear_state,
+trace = _Thread_Clear_state,
 trace =  _Thread_Set_state, _Thread_Load_environment
 trace = _Thread_Get
 trace = _Thread_Priority_update
@@ -40,7 +40,6 @@ _Thread_Restart_other = bool, Thread_Control*, const Thread_Entry_information*,
 _Thread_Restart_self = void, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
 _Thread_Yield = void, Thread_Control*
 _Thread_Set_life_protection = Thread_Life_state, Thread_Life_state
-_Thread_Life_action_handler = void, Thread_Control*, Thread_Action*, ISR_lock_Context*
 _Thread_Kill_zombies = void, void
 _Thread_Close = void, Thread_Control*, Thread_Control*, Thread_Close_context*
 _Thread_Clear_state = States_Control, Thread_Control*, States_Control



More information about the vc mailing list