Chris Johns started a new discussion on cpukit/libdl/rtl-elf.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/846#note_136273 > /* > * Handle any dependencies if there is a valid symbol. > */ > - if (symname != NULL) > + if (rtems_rtl_symbol_name_valid (symname)) I assume the extra check here is for an empty symbol name? Are you seeing symbols with no name in object files? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/846#note_136273 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
