summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-10-16 13:45:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-10-18 11:25:34 +0200
commita4e1b7fff87f409497595c04f6aa10b860e6cbfe (patch)
tree6420910f94e7a7c47199b3238ee763f88d283c0a
parentrtems-tools: stty rename / spelling bug. (diff)
downloadrtems-tools-a4e1b7fff87f409497595c04f6aa10b860e6cbfe.tar.bz2
linker: Fix typo in symbol table generator
Updates #4920.
-rw-r--r--linkers/rtems-syms.cpp2
1 files changed, 1 insertions, 1 deletions
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