[rtems-tools commit] linker: Fix typo in symbol table generator

Sebastian Huber sebh at rtems.org
Wed Oct 18 09:00:32 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Oct 16 13:45:27 2023 +0200

linker: Fix typo in symbol table generator

Updates #4920.

---

 linkers/rtems-syms.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp
index c72ee55..f6b207f 100644
--- a/linkers/rtems-syms.cpp
+++ b/linkers/rtems-syms.cpp
@@ -142,7 +142,7 @@ static const char* c_rtl_call_body[] =
   "{",
   "  rtems_rtl_base_sym_global_add (&rtems__rtl_base_globals[0],",
   "                                 rtems__rtl_base_globals_size[0],",
-  "                                 NULL",
+  "                                 NULL,",
   "                                 0);",
   "}",
   0



More information about the vc mailing list