summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 5 spelling errors for a Google Code-In task.Jacob Shin2018-12-021-2/+2
* libdl: Add object file dependencies to track referencesChris Johns2018-11-226-124/+491
* libdl: Reindex unresolved names after removing used records.Chris Johns2018-11-221-20/+120
* libdl: Manage the allocation of common uninitialised variables.Chris Johns2018-11-222-26/+187
* build: Merge libdl/Makefile.amSebastian Huber2018-10-091-35/+0
* libdl: Avoid command line definesSebastian Huber2018-10-042-1/+3
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-1234-814/+813
* libdl: RAP format fixes.Chris Johns2018-04-121-8/+10
* libdl: Fix potential overwrite of dest bufferSebastian Huber2018-02-072-2/+2
* libdl: Use self-contained mutex for RAPSebastian Huber2018-02-071-76/+16
* libdl: Use self-contained recursive mutexSebastian Huber2018-02-071-58/+12
* Remove make preinstallChris Johns2018-01-2533-4686/+2
* libdl: Include <rtems/rtl/rtl-*.h>Sebastian Huber2017-12-1328-41/+41
* libdl: Fix warningsSebastian Huber2017-10-065-39/+47
* libdl: Use 64-bit ELF on 64-bit targetsSebastian Huber2017-10-061-1/+5
* Include missing <string.h>Sebastian Huber2017-08-257-0/+7
* libdl/rtl-obj-cache.c: Fix printf() format warningJoel Sherrill2017-04-251-2/+3
* libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings on som...Joel Sherrill2017-04-241-2/+3
* rtems/inttypes.h: New file. Uses contents from cpukitJoel Sherrill2017-04-181-10/+1
* libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warningsCillian O'Donnell2017-04-071-9/+12
* libdl: Support link ordered loading of ELF sections.Chris Johns2017-03-315-36/+166
* libdl: Fix warningSebastian Huber2017-02-151-1/+2
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-1428-230/+1057
* rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause unaligned access.Jiri Gaisler2016-11-141-2/+3
* libdl/rtl-obj.c: synchronize cache should not depend on CPU_CACHE_LINE_BYTES.Pavel Pisa2016-10-041-3/+6
* libdl: Add ARM C++ relocation record support.Chris Johns2016-09-082-2/+18
* libdl: Fix cache corruption bugs.Chris Johns2016-08-153-30/+86
* libdl: Add trace output when reading section headers.Chris Johns2016-08-151-0/+3
* libdl/rtl-obj.c: synchronize cache after code relocation.Pavel Pisa2016-07-214-2/+74
* libdl/rtl-obj.c: ensure that loaded code is synchronized through caches.Pavel Pisa2016-07-041-0/+2
* Move printer initialization to separate headerSebastian Huber2016-06-221-0/+1
* Remove M32R architectureJoel Sherrill2016-01-043-196/+1
* libdl/rtl-shell.c: Adjust printf() format for off_t based on targetJoel Sherrill2015-03-241-6/+8
* libdl/rtl-mdreloc-moxie.c: Fix printf() format warningsJoel Sherrill2015-03-242-5/+5
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-2037-37/+37
* cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2015-03-171-1/+1
* cpukit/libdl/rtl-mdreloc-m32r.c: Add parentheses per Chris' suggestionJoel Sherrill2015-03-091-1/+1
* Fix more Doxygen typosJoel Sherrill2015-03-062-4/+5
* libdl/rtl-mdreloc-powerpc.c: Fix warningsJoel Sherrill2014-11-201-2/+1
* libdl/.../mips/machine/elf_machdep.h: Fix typo so compilesJoel Sherrill2014-11-201-2/+5
* libdl: Update comment with details about the error fix.Chris Johns2014-11-201-0/+3
* libdl: Update the comments.Chris Johns2014-11-201-1/+2
* libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192.Chris Johns2014-11-201-1/+1
* libdl: Add a comment.Chris Johns2014-11-201-0/+3
* libdl: Add a comment to the previous fix.Chris Johns2014-11-201-0/+3
* libdl: Fix allocator NULL check (Coverity 1255328) refs #2191Chris Johns2014-11-201-1/+1
* libdl: Disable building libdl for the NIOS2. No relocation support.Chris Johns2014-11-061-44/+0
* libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.hJoel Sherrill2014-11-041-1/+1
* libdl/Makefile.am: Need preinstall on all targetsJoel Sherrill2014-11-041-2/+2
* libdl: RTLD_DEFAULT searches the global symbol table.Chris Johns2014-11-041-6/+15