mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-03 22:44:16 +08:00

Add any weak symbols that have been linked into the base image to the global symbol table. A weak symbol is global when view viewed from a dynamically loaded module. Closes #2704.
RTEMS Linkers. ============== Chris Johns <chrisj@rtems.org> This directory contains the RTEMS linkers and various tools to help managed them. License ------- The linker code is licensed under the ISC license. Currently some libiberty code is present in the libiberty directory which is GPL. In time this code will be removed.