summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl07/dl07.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtest: Change expected pass state stringSebastian Huber2019-12-051-1/+1
| | | | Use separator character '_' for all test states.
* libdl: Add object file dependencies to track referencesChris Johns2018-11-221-0/+510
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