summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-archive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wchar-subscripts warningsAschref Ben Thabet2020-08-201-2/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* libdl: Add an archive commandChris Johns2019-03-221-29/+20
* libdl/archive: Check for an overflow of the symbol table.Chris Johns2019-02-201-3/+12
* libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns2019-02-201-2/+2
* libdl/archive: Return false on read failure.Chris Johns2019-02-201-0/+1
* libdl: Add powerpc large memory and small data support.Chris Johns2019-02-091-3/+4
* libdl: Add support for large memory programsChris Johns2019-02-091-68/+57
* libdl: Add symbol searching and loading from archives.Chris Johns2019-02-091-0/+1301