summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl08/dl-o5.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-07testsuites/libtests/dl*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2019-02-09libtest/dl08: Add a test for archives.Chris Johns1-0/+2
- Create 2 archives. - Load 1 object file which loads 6 object files from the libraries. Updates #3686
2018-11-22libdl: Add object file dependencies to track referencesChris Johns1-0/+28
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