# # ChangeLog for cpukit/libdl in rtems # # Generated by Trac 1.2.1.dev0 # 04/19/24 21:36:11 Wed, 19 Nov 2014 19:57:21 GMT Joel Sherrill [a5201ea] * cpukit/libdl/rtl-mdreloc-powerpc.c (modified) libdl/rtl-mdreloc-powerpc.c: Fix warnings This patch addresses the ... Thu, 06 Nov 2014 16:03:11 GMT Joel Sherrill [c8784667] * cpukit/libdl/include/arch/mips/machine/elf_machdep.h (modified) libdl/.../mips/machine/elf_machdep.h: Fix typo so compiles Thu, 20 Nov 2014 02:52:12 GMT Chris Johns [580466c] * cpukit/libdl/rtl-elf.c (modified) libdl: Update comment with details about the error fix. See refs #2192. Wed, 19 Nov 2014 23:19:46 GMT Chris Johns [2ae58c69] * cpukit/libdl/rtl-allocator.c (modified) libdl: Update the comments. See refs #2191. Wed, 19 Nov 2014 23:18:16 GMT Chris Johns [fc523ac8] * cpukit/libdl/rtl-elf.c (modified) libdl: Fix possible 16-bit overflow (Coverity 1255339) refs #2192. ... Wed, 19 Nov 2014 21:43:15 GMT Chris Johns [4f1bbbfc] * cpukit/libdl/rtl-allocator.c (modified) libdl: Add a comment. See ref #2191. Wed, 19 Nov 2014 21:38:28 GMT Chris Johns [80590a8] * cpukit/libdl/rtl-allocator.c (modified) libdl: Add a comment to the previous fix. The fix is ref #2191. Wed, 19 Nov 2014 21:30:01 GMT Chris Johns [90f65007] * cpukit/libdl/rtl-allocator.c (modified) libdl: Fix allocator NULL check (Coverity 1255328) refs #2191 The ... Thu, 06 Nov 2014 02:08:48 GMT Chris Johns [f98abbe] * cpukit/configure.ac (modified) * cpukit/libdl/rtl-mdreloc-nios2.c (deleted) * testsuites/libtests/configure.ac (modified) libdl: Disable building libdl for the NIOS2. No relocation support. ... Tue, 04 Nov 2014 20:55:21 GMT Joel Sherrill [1dc5b0e0] * cpukit/libdl/rtl-mdreloc-bfin.c (modified) libdl/rtl-mdreloc-bfin.c: Include rtems/rtl/rtl.h not rtl.h Tue, 04 Nov 2014 20:54:48 GMT Joel Sherrill [598a1f4a] * cpukit/libdl/Makefile.am (modified) libdl/Makefile.am: Need preinstall on all targets Tue, 04 Nov 2014 05:34:37 GMT Chris Johns [028ed6c3] * cpukit/libdl/dlfcn.c (modified) libdl: RTLD_DEFAULT searches the global symbol table. Tue, 04 Nov 2014 01:12:25 GMT Chris Johns [a2e1e30d] * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-sym.h (modified) * cpukit/libdl/rtl-trace.h (modified) libdl: Add a local symbol table to the object module. Adding a ... Mon, 27 Oct 2014 01:09:41 GMT Chris Johns [ae5fe7e6] * cpukit/Makefile.am (modified) * cpukit/configure.ac (modified) * cpukit/libdl/Makefile.am (added) * cpukit/libdl/dlfcn-shell.c (added) * cpukit/libdl/dlfcn-shell.h (added) * cpukit/libdl/dlfcn.c (added) * cpukit/libdl/dlfcn.h (added) * cpukit/libdl/fastlz.c (added) * cpukit/libdl/fastlz.h (added) * cpukit/libdl/include/arch/arm/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/bfin/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/h8300/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/i386/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/lm32/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/m32r/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/m68k/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/mips/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/moxie/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/nios2/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/powerpc/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/sparc/machine/elf_machdep.h (added) * cpukit/libdl/include/arch/v850/machine/elf_machdep.h (added) * cpukit/libdl/include/link.h (added) * cpukit/libdl/include/link_elf.h (added) * cpukit/libdl/include/sys/cdefs_elf.h (added) * cpukit/libdl/include/sys/exec_elf.h (added) * cpukit/libdl/preinstall.am (added) * cpukit/libdl/rap-shell.c (added) * cpukit/libdl/rap-shell.h (added) * cpukit/libdl/rap.c (added) * cpukit/libdl/rap.h (added) * cpukit/libdl/rtl-alloc-heap.c (added) * cpukit/libdl/rtl-alloc-heap.h (added) * cpukit/libdl/rtl-allocator.c (added) * cpukit/libdl/rtl-allocator.h (added) * cpukit/libdl/rtl-chain-iterator.c (added) * cpukit/libdl/rtl-chain-iterator.h (added) * cpukit/libdl/rtl-debugger.c (added) * cpukit/libdl/rtl-elf.c (added) * cpukit/libdl/rtl-elf.h (added) * cpukit/libdl/rtl-error.c (added) * cpukit/libdl/rtl-error.h (added) * cpukit/libdl/rtl-find-file.c (added) * cpukit/libdl/rtl-find-file.h (added) * cpukit/libdl/rtl-fwd.h (added) * cpukit/libdl/rtl-indirect-ptr.h (added) * cpukit/libdl/rtl-mdreloc-arm.c (added) * cpukit/libdl/rtl-mdreloc-bfin.c (added) * cpukit/libdl/rtl-mdreloc-h8300.c (added) * cpukit/libdl/rtl-mdreloc-i386.c (added) * cpukit/libdl/rtl-mdreloc-lm32.c (added) * cpukit/libdl/rtl-mdreloc-m32r.c (added) * cpukit/libdl/rtl-mdreloc-m68k.c (added) * cpukit/libdl/rtl-mdreloc-mips.c (added) * cpukit/libdl/rtl-mdreloc-moxie.c (added) * cpukit/libdl/rtl-mdreloc-nios2.c (added) * cpukit/libdl/rtl-mdreloc-powerpc.c (added) * cpukit/libdl/rtl-mdreloc-sparc.c (added) * cpukit/libdl/rtl-mdreloc-v850.c (added) * cpukit/libdl/rtl-obj-cache.c (added) * cpukit/libdl/rtl-obj-cache.h (added) * cpukit/libdl/rtl-obj-comp.c (added) * cpukit/libdl/rtl-obj-comp.h (added) * cpukit/libdl/rtl-obj-fwd.h (added) * cpukit/libdl/rtl-obj.c (added) * cpukit/libdl/rtl-obj.h (added) * cpukit/libdl/rtl-rap.c (added) * cpukit/libdl/rtl-rap.h (added) * cpukit/libdl/rtl-shell.c (added) * cpukit/libdl/rtl-shell.h (added) * cpukit/libdl/rtl-string.c (added) * cpukit/libdl/rtl-string.h (added) * cpukit/libdl/rtl-sym.c (added) * cpukit/libdl/rtl-sym.h (added) * cpukit/libdl/rtl-trace.c (added) * cpukit/libdl/rtl-trace.h (added) * cpukit/libdl/rtl-unresolved.c (added) * cpukit/libdl/rtl-unresolved.h (added) * cpukit/libdl/rtl.c (added) * cpukit/libdl/rtl.h (added) * cpukit/preinstall.am (modified) * cpukit/wrapup/Makefile.am (modified) * testsuites/libtests/Makefile.am (modified) * testsuites/libtests/configure.ac (modified) * testsuites/libtests/dl01/Makefile.am (added) * testsuites/libtests/dl01/dl-load.c (added) * testsuites/libtests/dl01/dl-load.h (added) * testsuites/libtests/dl01/dl-o1.c (added) * testsuites/libtests/dl01/dl01.doc (added) * testsuites/libtests/dl01/dl01.scn (added) * testsuites/libtests/dl01/init.c (added) cpukit: Add libdl with the Runtime Loader (RTL) code. This is a ...