summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-09build: Merge libdl/Makefile.amSebastian Huber1-35/+0
2018-10-04libdl: Avoid command line definesSebastian Huber2-1/+3
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns34-814/+813
2018-04-12libdl: RAP format fixes.Chris Johns1-8/+10
2018-02-07libdl: Fix potential overwrite of dest bufferSebastian Huber2-2/+2
2018-02-07libdl: Use self-contained mutex for RAPSebastian Huber1-76/+16
2018-02-07libdl: Use self-contained recursive mutexSebastian Huber1-58/+12
2018-01-25Remove make preinstallChris Johns33-4686/+2
2017-12-13libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber28-41/+41
2017-10-06libdl: Fix warningsSebastian Huber5-39/+47
2017-10-06libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber1-1/+5
2017-08-25Include missing <string.h>Sebastian Huber7-0/+7
2017-04-25libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill1-2/+3
2017-04-24libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on som...Joel Sherrill1-2/+3
2017-04-18rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill1-10/+1
2017-04-07libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell1-9/+12
2017-03-31libdl: Support link ordered loading of ELF sections.Chris Johns5-36/+166
2017-02-15libdl: Fix warningSebastian Huber1-1/+2
2016-12-14libdl: Add C++ exception support to loaded modules.Chris Johns28-230/+1057
2016-11-14rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause unaligned access.Jiri Gaisler1-2/+3
2016-10-04libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa1-3/+6
2016-09-08libdl: Add ARM C++ relocation record support.Chris Johns2-2/+18
2016-08-15libdl: Fix cache corruption bugs.Chris Johns3-30/+86
2016-08-15libdl: Add trace output when reading section headers.Chris Johns1-0/+3
2016-07-21libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa4-2/+74
2016-07-04libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa1-0/+2
2016-06-22Move printer initialization to separate headerSebastian Huber1-0/+1
2016-01-04Remove M32R architectureJoel Sherrill3-196/+1
2015-03-24libdl/rtl-shell.c: Adjust printf() format for off_t based on targetJoel Sherrill1-6/+8
2015-03-24libdl/rtl-mdreloc-moxie.c: Fix printf() format warningsJoel Sherrill2-5/+5
2015-03-20Replace www.rtems.com with www.rtems.orgSebastian Huber37-37/+37
2015-03-17cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill1-1/+1
2015-03-09cpukit/libdl/rtl-mdreloc-m32r.c: Add parentheses per Chris' suggestionJoel Sherrill1-1/+1
2015-03-06Fix more Doxygen typosJoel Sherrill2-4/+5
2014-11-20libdl/rtl-mdreloc-powerpc.c: Fix warningsJoel Sherrill1-2/+1
2014-11-20libdl/.../mips/machine/elf_machdep.h: Fix typo so compilesJoel Sherrill1-2/+5
2014-11-20libdl: Update comment with details about the error fix.Chris Johns1-0/+3
2014-11-20libdl: Update the comments.Chris Johns1-1/+2
2014-11-20libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns1-1/+1
2014-11-20libdl: Add a comment.Chris Johns1-0/+3
2014-11-20libdl: Add a comment to the previous fix.Chris Johns1-0/+3
2014-11-20libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns1-1/+1
2014-11-06libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns1-44/+0
2014-11-04libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.hJoel Sherrill1-1/+1
2014-11-04libdl/Makefile.am: Need preinstall on all targetsJoel Sherrill1-2/+2
2014-11-04libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns1-6/+15
2014-11-04libdl: Add a local symbol table to the object module.Chris Johns5-87/+193
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns78-0/+14343