aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/tests/fini_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dso_handle_check for PIE executables.John Baldwin2020-11-101-2/+2
* Run the csu tests on a DSO. This builds the tests into a shared library,Andrew Turner2018-10-301-4/+35
* Check __dso_handle is NULL in non-DSO objects. It should only be non-NULLAndrew Turner2018-10-291-0/+11
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+129