mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 22:44:15 +08:00
Tracking references lets us manage when an object file can be unloaded. If an object file has references to it, it cannot be unloaded. Modules that depend on each other cannot be unloaded. Updates #3605