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

Sebastian Huber sebh at rtems.org
Tue Feb 25 08:19:33 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 25 09:18:06 2020 +0100

linkers: Update due to API changes

Update #3835.

---

 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 1e98a71..0a4afe5 100644
--- a/linkers/rtems-score-object.ini
+++ b/linkers/rtems-score-object.ini
@@ -20,7 +20,7 @@ trace = _Objects_Get_name_as_string
 
 [rtems-score-object-signatures]
 _Objects_Do_initialize_information = void, Objects_Information*, Objects_APIs, uint16_t, uint32_t, uint16_t, bool, uint32_t
-_Objects_Extend_information = void, Objects_Information*
+_Objects_Extend_information = Objects_Maximum, Objects_Information*
 _Objects_Shrink_information = void, Objects_Information*
 _Objects_Allocate_unprotected = Objects_Control*, Objects_Information*
 _Objects_Allocate = Objects_Control*, Objects_Information*
diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index 5fa4459..ce82b5d 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
 _Thread_Stack_Allocate = size_t, Thread_Control*, size_t
 _Thread_Stack_Free = void, Thread_Control*
-_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Scheduler_Control*, void*, size_t, bool, Priority_Control, bool, Thread_CPU_budget_algorithms, Thread_CPU_budget_algorithm_callout, uint32_t, Objects_Name
+_Thread_Initialize = bool, 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