RTEMS | Draft: Feature/rtl libdl enhancements (!846)
Chris Johns (@chris)
gitlab at rtems.org
Mon Nov 24 22:10:49 UTC 2025
Chris Johns started a new discussion on cpukit/libdl/rtl-elf.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/846#note_136271
> *symbol = rtems_rtl_symbol_obj_find (obj, symname);
> if (!*symbol)
> return false;
> -
> - *value = (Elf_Addr)(uintptr_t) (*symbol)->value;
> - return true;
> }
>
> - *symbol = NULL;
> + else
> + *symbol = NULL;
Please clean up the white space, ie extra line and can we please add `{}` to the else section. I would like to clean up the RTL to always have braces.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/846#note_136271
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20251124/e28cafba/attachment.htm>
More information about the bugs
mailing list