Sam Price commented on a discussion on cpukit/libdl/rtl-elf.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/846#note_136473 > rel_words[REL_R_ADDEND] = 0; > } > > - if (!rtems_rtl_unresolved_add (obj, > - flags, > - symname, > - targetsect->section, > - rel_words)) > - return false; > + if (rtems_rtl_symbol_name_valid (symname)) Ill go back and add some printfs into the library to verify these new paths were getting hit. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/846#note_136473 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
