summaryrefslogtreecommitdiffstats
path: root/linkers
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-01-25 17:55:02 -0600
committerJoel Sherrill <joel@rtems.org>2022-01-25 17:55:02 -0600
commit756897818360a6c110886fb5740303563c92f7a4 (patch)
treee13e0e17bc2b23802f4f4856d97e203c8cdcec39 /linkers
parentrtems-bsps-tiers.ini: Move appropriate aarch64 BSPs to Tier 1 and 2 (diff)
downloadrtems-tools-756897818360a6c110886fb5740303563c92f7a4.tar.bz2
linkers/rtems-score/thread*.ini: Remove symbols no longer present.
Close #4585.
Diffstat (limited to 'linkers')
-rw-r--r--linkers/rtems-score-thread.ini15
-rw-r--r--linkers/rtems-score-threadq.ini2
2 files changed, 6 insertions, 11 deletions
diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index cc00d2b..974bcfd 100644
--- a/linkers/rtems-score-thread.ini
+++ b/linkers/rtems-score-thread.ini
@@ -3,8 +3,8 @@
;
[rtems-score-thread-all]
trace = _Thread_Handler_initialization, _Thread_Create_idle, _Thread_Start_multitasking
-trace = _Stack_Allocate, _Stack_Free, _Thread_Initialize, _Thread_Start
-trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Yield, _Thread_Set_life_protection
+trace = _Stack_Allocate, _Stack_Free, _Thread_Start
+trace = _Thread_Yield, _Thread_Set_life_protection
trace = _Thread_Kill_zombies, _Thread_Close
trace = _Thread_Clear_state, _Thread_Set_state, _Thread_Load_environment
trace = _Thread_Handler
@@ -15,14 +15,14 @@ traces = rtems-score-thread-create, rtems-score-thread-destroy
[rtems-score-thread-create]
trace = _Thread_Handler_initialization, _Thread_Create_idle
-trace = _Stack_Allocate, _Thread_Initialize, _Thread_Start
-trace = _Thread_Restart_other, _Thread_Restart_self, _Thread_Handler
+trace = _Stack_Allocate, _Thread_Start
+trace = _Thread_Restart, _Thread_Handler
[rtems-score-thread-destroy]
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_Yield, _Thread_Set_life_protection
trace = _Thread_Clear_state,
trace = _Thread_Set_state, _Thread_Load_environment
trace = _Thread_Get
@@ -34,10 +34,7 @@ _Thread_Create_idle = void, void
_Thread_Start_multitasking = void, void
_Stack_Allocate = void*, size_t
_Stack_Free = void, void*
-_Thread_Initialize = Status_Control, Thread_Information*, Thread_Control*, const Thread_Configuration*
-_Thread_Start = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
-_Thread_Restart_other = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
-_Thread_Restart_self = void, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
+_Thread_Start = Status_Control, 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_Kill_zombies = void, void
diff --git a/linkers/rtems-score-threadq.ini b/linkers/rtems-score-threadq.ini
index 23b09bf..3763990 100644
--- a/linkers/rtems-score-threadq.ini
+++ b/linkers/rtems-score-threadq.ini
@@ -4,9 +4,7 @@
[rtems-score-threadq-all]
trace = _Thread_queue_Enqueue
trace = _Thread_queue_Extract_locked
-trace = _Thread_queue_Unblock_critical
[rtems-score-threadq-signatures]
_Thread_queue_Enqueue = void, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
_Thread_queue_Extract_locked = bool, Thread_queue_Queue*, const Thread_queue_Operations*, Thread_Control*, Thread_queue_Context*
-_Thread_queue_Unblock_critical = void, bool, Thread_queue_Queue*, Thread_Control*, ISR_lock_Context*