Chris Johns created a merge request: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/461

Project:Branches: chris/rtems:5236-runtime-symbols-loading-is-broken to 
rtems/rtos/rtems:6
Author:   Chris Johns
Assignee: Chris Johns



## Summary

cpukit/libdl: Fix loading symbols from an object file at runtime

- Assume a relocation record with a symbol name with a length of 0 is resolved. 
ARM seems to create a symbol with no name for R_ARM_V4BX relocation records.
- Move the addition of the rtems_rtl_base_sym_global_add symbol to the global 
symbol table to the weak rtems_rtl_base_global_syms_init call. If symbols are 
embedded the support for runtime loading symbols is over loaded. This change is 
required so the base object has a valid global symbol table attached to track 
dependencies.

Fixes #5236

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/461
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to