[rtems-tools commit] linkers: Update due to API changes

Sebastian Huber sebh at rtems.org
Fri Apr 9 12:30:17 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Apr  9 14:29:54 2021 +0200

linkers: Update due to API changes

---

 linkers/rtems-score-object.ini | 2 +-
 linkers/rtems-score-thread.ini | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkers/rtems-score-object.ini b/linkers/rtems-score-object.ini
index 521398e..a3703ab 100644
--- a/linkers/rtems-score-object.ini
+++ b/linkers/rtems-score-object.ini
@@ -29,6 +29,6 @@ _Objects_Get_next = Objects_Control*, Objects_Id, const Objects_Information*, Ob
 _Objects_Get_information = Objects_Information*, Objects_APIs, uint16_t
 _Objects_Get_information_id = Objects_Information*, Objects_Id
 _Objects_Get_name_as_string = char*, Objects_Id, size_t, char*
-_Objects_Set_name = bool, const Objects_Information*, Objects_Control*, const char*
+_Objects_Set_name = Status_Control, const Objects_Information*, Objects_Control*, const char*
 _Objects_Close = void, const Objects_Information*, Objects_Control*
 _Objects_Active_count = Objects_Maximum, const Objects_Information*
diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index 3aed2f1..cc00d2b 100644
--- a/linkers/rtems-score-thread.ini
+++ b/linkers/rtems-score-thread.ini
@@ -34,7 +34,7 @@ _Thread_Create_idle = void, void
 _Thread_Start_multitasking = void, void
 _Stack_Allocate = void*, size_t
 _Stack_Free = void, void*
-_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Thread_Configuration *
+_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*



More information about the vc mailing list