[tools 1/2] linker: Fix typo in symbol table generator

Chris Johns chrisj at rtems.org
Tue Oct 17 05:51:57 UTC 2023


OK

Thanks
Chris

On 16/10/2023 9:47 pm, Sebastian Huber wrote:
> 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 devel mailing list