summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-obj-comp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl: Fix warnings on 64bit architecturesChris Johns2022-08-051-3/+3
| | | | Updates #4662
* cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill2022-03-221-8/+9
| | | | Updates #3053.
* cpukit/libdl Change license to BSD-2Joel Sherrill2022-03-221-3/+22
| | | | Updates #3053.
* libdl/obj-comp: Add trace prints when decompressingChris Johns2020-05-051-0/+31
| | | | Updates #3969
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-121-12/+12
|
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-131-1/+1
| | | | | | Prepare for header file move to common include directory. Update #3254.
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-201-1/+1
|
* cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2015-03-171-1/+1
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+179
This is a merge of the RTL project.