summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-archive.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet1-2/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2019-03-22libdl: Add an archive commandChris Johns1-29/+20
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns1-3/+12
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns1-2/+2
2019-02-20libdl/archive: Return false on read failure.Chris Johns1-0/+1
2019-02-09libdl: Add powerpc large memory and small data support.Chris Johns1-3/+4
2019-02-09libdl: Add support for large memory programsChris Johns1-68/+57
2019-02-09libdl: Add symbol searching and loading from archives.Chris Johns1-0/+1301