# # ChangeLog for cpukit/libdl in rtems # # Generated by Trac 1.2.1.dev0 # 05/20/24 09:57:56 Wed, 07 Dec 2016 06:20:38 GMT Chris Johns [c6eead1] * c/src/lib/libbsp/sparc/erc32/make/custom/erc32-testsuite.tcfg (deleted) * cpukit/libdl/Makefile.am (modified) * cpukit/libdl/dlfcn.c (modified) * cpukit/libdl/rtl-allocator.c (modified) * cpukit/libdl/rtl-allocator.h (modified) * cpukit/libdl/rtl-debugger.c (modified) * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-elf.h (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-mdreloc-arm.c (modified) * cpukit/libdl/rtl-mdreloc-bfin.c (modified) * cpukit/libdl/rtl-mdreloc-h8300.c (modified) * cpukit/libdl/rtl-mdreloc-i386.c (modified) * cpukit/libdl/rtl-mdreloc-lm32.c (modified) * cpukit/libdl/rtl-mdreloc-m68k.c (modified) * cpukit/libdl/rtl-mdreloc-mips.c (modified) * cpukit/libdl/rtl-mdreloc-moxie.c (modified) * cpukit/libdl/rtl-mdreloc-powerpc.c (modified) * cpukit/libdl/rtl-mdreloc-sparc.c (modified) * cpukit/libdl/rtl-mdreloc-v850.c (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-rap.c (modified) * cpukit/libdl/rtl-rap.h (modified) * cpukit/libdl/rtl-unwind-dw2.c (added) * cpukit/libdl/rtl-unwind-dw2.h (added) * cpukit/libdl/rtl-unwind.h (added) * cpukit/libdl/rtl.c (modified) * cpukit/libdl/rtl.h (modified) * testsuites/libtests/dl01/init.c (modified) * testsuites/libtests/dl02/init.c (modified) * testsuites/libtests/dl03/init.c (modified) * testsuites/libtests/dl04/init.c (modified) * testsuites/libtests/dl05/dl-cpp.cpp (modified) * testsuites/libtests/dl05/dl-load.c (modified) * testsuites/libtests/dl05/dl-load.h (modified) * testsuites/libtests/dl05/dl-o5.cpp (modified) * testsuites/libtests/dl05/dl05.scn (modified) * testsuites/libtests/dl05/init.c (modified) libdl: Add C++ exception support to loaded modules. This has been ... Mon, 14 Nov 2016 14:21:03 GMT Jiri Gaisler [316da93] * cpukit/libdl/rtl-mdreloc-sparc.c (modified) rtl-mdreloc-sparc.c: Do not print unaligned pointer and cause ... Mon, 03 Oct 2016 09:01:39 GMT Pavel Pisa [89b4a5cc] * cpukit/libdl/rtl-obj.c (modified) libdl/rtl-obj.c: synchronize cache should not depend on ... Tue, 06 Sep 2016 06:20:14 GMT Chris Johns [11323b7] * cpukit/libdl/include/arch/arm/machine/elf_machdep.h (modified) * cpukit/libdl/rtl-mdreloc-arm.c (modified) libdl: Add ARM C++ relocation record support. Closes #2767 Fri, 12 Aug 2016 08:02:52 GMT Chris Johns [58c34961] * cpukit/libdl/rtl-obj-cache.c (modified) * cpukit/libdl/rtl-trace.c (modified) * cpukit/libdl/rtl-trace.h (modified) libdl: Fix cache corruption bugs. This patch fixes a number of bugs ... Fri, 12 Aug 2016 07:57:51 GMT Chris Johns [75386e11] * cpukit/libdl/rtl-elf.c (modified) libdl: Add trace output when reading section headers. Thu, 21 Jul 2016 00:35:00 GMT Pavel Pisa [8709aa04] * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-rap.c (modified) libdl/rtl-obj.c: synchronize cache after code relocation. Memory ... Sun, 03 Jul 2016 16:24:27 GMT Pavel Pisa [2b885d6] * cpukit/libdl/rtl-obj.c (modified) libdl/rtl-obj.c: ensure that loaded code is synchronized through ... Tue, 21 Jun 2016 11:30:15 GMT Sebastian Huber [506bfc8] * c/src/lib/libbsp/shared/src/irq-info.c (modified) * c/src/lib/libbsp/shared/src/irq-shell.c (modified) * cpukit/Makefile.am (modified) * cpukit/include/rtems/print.h (modified) * cpukit/include/rtems/printer.h (added) * cpukit/libcsupport/src/print_fprintf.c (modified) * cpukit/libcsupport/src/print_printf.c (modified) * cpukit/libcsupport/src/printf_plugin.c (modified) * cpukit/libcsupport/src/printk_plugin.c (modified) * cpukit/libdl/rap.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/libmisc/cpuuse/cpuusagetop.c (modified) * cpukit/libmisc/fb/mw_print.c (modified) * cpukit/libmisc/shell/main_blkstats.c (modified) * cpukit/libmisc/shell/main_cpuinfo.c (modified) * cpukit/libmisc/shell/main_cpuuse.c (modified) * cpukit/libmisc/shell/main_perioduse.c (modified) * cpukit/libmisc/shell/main_profreport.c (modified) * cpukit/libmisc/shell/main_stackuse.c (modified) * cpukit/libmisc/shell/main_top.c (modified) * cpukit/libmisc/stackchk/check.c (modified) * cpukit/libmisc/testsupport/test.h (modified) * cpukit/mghttpd/mongoose.c (modified) * cpukit/preinstall.am (modified) * cpukit/rtems/src/ratemonreportstatistics.c (modified) * cpukit/score/src/cpusetprintsupport.c (modified) * testsuites/samples/hello/init.c (modified) Move printer initialization to separate header The RTEMS print user ... Tue, 15 Dec 2015 17:25:01 GMT Joel Sherrill [f5201df] * c/src/aclocal/rtems-cpu-subdirs.m4 (modified) * c/src/lib/libbsp/m32r/Makefile.am (deleted) * c/src/lib/libbsp/m32r/acinclude.m4 (deleted) * c/src/lib/libbsp/m32r/configure.ac (deleted) * cpukit/configure.ac (modified) * cpukit/libcsupport/src/newlibc_exit.c (modified) * cpukit/libdl/include/arch/m32r/machine/elf_machdep.h (deleted) * cpukit/libdl/rtl-mdreloc-m32r.c (deleted) * cpukit/libdl/rtl-shell.c (modified) * cpukit/librpc/src/xdr/xdr_float.c (modified) * cpukit/score/cpu/Makefile.am (modified) * cpukit/score/cpu/m32r/Makefile.am (deleted) * cpukit/score/cpu/m32r/context_init.c (deleted) * cpukit/score/cpu/m32r/context_switch.S (deleted) * cpukit/score/cpu/m32r/cpu.c (deleted) * cpukit/score/cpu/m32r/cpu_asm.c (deleted) * cpukit/score/cpu/m32r/m32r-exception-frame-print.c (deleted) * cpukit/score/cpu/m32r/preinstall.am (deleted) * cpukit/score/cpu/m32r/rtems/asm.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpu.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpu_asm.h (deleted) * cpukit/score/cpu/m32r/rtems/score/cpuatomic.h (deleted) * cpukit/score/cpu/m32r/rtems/score/m32r.h (deleted) * cpukit/score/cpu/m32r/rtems/score/types.h (deleted) * cpukit/score/src/threadglobalconstruction.c (modified) * doc/cpu_supplement/Makefile.am (modified) * doc/cpu_supplement/cpu_supplement.texi (modified) * doc/cpu_supplement/m32r.t (deleted) * doc/user/preface.texi (modified) * testsuites/libtests/configure.ac (modified) Remove M32R architecture updates #2446. Sun, 22 Mar 2015 15:27:00 GMT Joel Sherrill [0771936e] * cpukit/libdl/rtl-shell.c (modified) libdl/rtl-shell.c: Adjust printf() format for off_t based on target Sun, 22 Mar 2015 14:42:46 GMT Joel Sherrill [30ea9bf] * cpukit/libdl/rtl-mdreloc-mips.c (modified) * cpukit/libdl/rtl-mdreloc-moxie.c (modified) libdl/rtl-mdreloc-moxie.c: Fix printf() format warnings Fri, 20 Mar 2015 13:09:26 GMT Sebastian Huber [d4edbdbc] * c/src/lib/libbsp/arm/beagle/clock.c (modified) * c/src/lib/libbsp/arm/beagle/console/console-config.c (modified) * c/src/lib/libbsp/arm/beagle/include/bsp.h (modified) * c/src/lib/libbsp/arm/beagle/include/i2c.h (modified) * c/src/lib/libbsp/arm/beagle/irq.c (modified) * c/src/lib/libbsp/arm/beagle/misc/i2c.c (modified) * c/src/lib/libbsp/arm/lpc176x/adc/adc.c (modified) * c/src/lib/libbsp/arm/lpc176x/benchmark_timer/benchmark_timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/can/can.c (modified) * c/src/lib/libbsp/arm/lpc176x/console/console-config.c (modified) * c/src/lib/libbsp/arm/lpc176x/gpio/gpio.c (modified) * c/src/lib/libbsp/arm/lpc176x/include/adc-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/adc.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/bsp.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/can-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/can.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/common-types.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/dma.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/gpio-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/gpio.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/io-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/io.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/irq.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/lpc-clock-config.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/lpc176x.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/mbed-pinmap.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/pwmout-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/pwmout.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/system-clocks.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/timer-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/timer.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/watchdog-defs.h (modified) * c/src/lib/libbsp/arm/lpc176x/include/watchdog.h (modified) * c/src/lib/libbsp/arm/lpc176x/irq/irq.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/bspidle.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/dma-copy.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/dma.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/io.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/restart.c (modified) * c/src/lib/libbsp/arm/lpc176x/misc/system-clocks.c (modified) * c/src/lib/libbsp/arm/lpc176x/pwmout/pwmout.c (modified) * c/src/lib/libbsp/arm/lpc176x/rtc/rtc-config.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspreset.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspstart.c (modified) * c/src/lib/libbsp/arm/lpc176x/startup/bspstarthooks.c (modified) * c/src/lib/libbsp/arm/lpc176x/timer/timer.c (modified) * c/src/lib/libbsp/arm/lpc176x/watchdog/watchdog.c (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_adc.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_exti.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_flash.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_otgfs.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_pwr.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_syscfg.h (modified) * c/src/lib/libbsp/arm/stm32f4/include/stm32f4xxxx_tim.h (modified) * c/src/lib/libcpu/arm/shared/include/am335x.h (modified) * c/src/lib/libcpu/arm/shared/include/omap3.h (modified) * cpukit/libdl/dlfcn-shell.c (modified) * cpukit/libdl/dlfcn-shell.h (modified) * cpukit/libdl/dlfcn.c (modified) * cpukit/libdl/rap-shell.c (modified) * cpukit/libdl/rap-shell.h (modified) * cpukit/libdl/rap.c (modified) * cpukit/libdl/rap.h (modified) * cpukit/libdl/rtl-chain-iterator.c (modified) * cpukit/libdl/rtl-chain-iterator.h (modified) * cpukit/libdl/rtl-debugger.c (modified) * cpukit/libdl/rtl-elf.c (modified) * cpukit/libdl/rtl-elf.h (modified) * cpukit/libdl/rtl-error.c (modified) * cpukit/libdl/rtl-error.h (modified) * cpukit/libdl/rtl-find-file.c (modified) * cpukit/libdl/rtl-find-file.h (modified) * cpukit/libdl/rtl-fwd.h (modified) * cpukit/libdl/rtl-indirect-ptr.h (modified) * cpukit/libdl/rtl-obj-cache.c (modified) * cpukit/libdl/rtl-obj-cache.h (modified) * cpukit/libdl/rtl-obj-comp.c (modified) * cpukit/libdl/rtl-obj-comp.h (modified) * cpukit/libdl/rtl-obj-fwd.h (modified) * cpukit/libdl/rtl-obj.c (modified) * cpukit/libdl/rtl-obj.h (modified) * cpukit/libdl/rtl-rap.c (modified) * cpukit/libdl/rtl-rap.h (modified) * cpukit/libdl/rtl-shell.c (modified) * cpukit/libdl/rtl-shell.h (modified) * cpukit/libdl/rtl-sym.c (modified) * cpukit/libdl/rtl-sym.h (modified) * cpukit/libdl/rtl-trace.c (modified) * cpukit/libdl/rtl-trace.h (modified) * cpukit/libdl/rtl-unresolved.c (modified) * cpukit/libdl/rtl-unresolved.h (modified) * cpukit/libdl/rtl.c (modified) * cpukit/libdl/rtl.h (modified) * cpukit/libmisc/shell/main_md5.c (modified) * cpukit/score/cpu/or1k/cpu.c (modified) * cpukit/score/cpu/or1k/rtems/score/cpu.h (modified) * testsuites/psxtests/psxclock01/init.c (modified) * testsuites/sptests/spclock_err01/delay.c (modified) * testsuites/sptests/spclock_err01/init.c (modified) * testsuites/sptests/spclock_err01/system.h (modified) * testsuites/sptests/spevent_err03/init.c (modified) * testsuites/sptests/spevent_err03/system.h (modified) * testsuites/sptests/spintr_err01/init.c (modified) * testsuites/sptests/spintr_err01/isr.c (modified) * testsuites/sptests/spintr_err01/system.h (modified) * testsuites/sptests/spintrcritical23/init.c (modified) * testsuites/sptests/spmsgq_err01/init.c (modified) * testsuites/sptests/spmsgq_err01/system.h (modified) * testsuites/sptests/spmsgq_err02/init.c (modified) * testsuites/sptests/spmsgq_err02/system.h (modified) * testsuites/sptests/spmsgq_err02/task3.c (modified) * testsuites/sptests/spport_err01/init.c (modified) * testsuites/sptests/spport_err01/system.h (modified) * testsuites/sptests/spratemon_err01/init.c (modified) * testsuites/sptests/spratemon_err01/screen10.c (modified) * testsuites/sptests/spratemon_err01/system.h (modified) * testsuites/sptests/spratemon_err01/task4.c (modified) * testsuites/sptests/spsem_err01/init.c (modified) * testsuites/sptests/spsem_err01/system.h (modified) * testsuites/sptests/spsem_err02/init.c (modified) * testsuites/sptests/spsem_err02/system.h (modified) * testsuites/sptests/spsem_err02/task2.c (modified) * testsuites/sptests/spsignal_err01/init.c (modified) * testsuites/sptests/spsignal_err01/isr.c (modified) * testsuites/sptests/spsignal_err01/system.h (modified) * testsuites/sptests/sptask_err01/init.c (modified) * testsuites/sptests/sptask_err01/system.h (modified) * testsuites/sptests/sptask_err01/task2.c (modified) * testsuites/sptests/sptask_err02/init.c (modified) * testsuites/sptests/sptask_err02/system.h (modified) * testsuites/sptests/sptask_err03/init.c (modified) * testsuites/sptests/sptask_err03/system.h (modified) * testsuites/sptests/sptask_err04/init.c (modified) * testsuites/sptests/sptask_err04/system.h (modified) Replace www.rtems.com with www.rtems.org Fri, 13 Mar 2015 21:10:08 GMT Joel Sherrill [4b7df86] * cpukit/libdl/rtl-obj-comp.c (modified) * cpukit/libfs/src/rfs/rtems-rfs-buffer.c (modified) cpukit/libdl/rtl-obj-comp.c: Use correct printf() specification Sun, 08 Mar 2015 23:30:44 GMT Joel Sherrill [d9cda35] * cpukit/libdl/rtl-mdreloc-m32r.c (modified) cpukit/libdl/rtl-mdreloc-m32r.c: Add parentheses per Chris' suggestion Fri, 06 Mar 2015 19:26:12 GMT Joel Sherrill [e0eb07a] * cpukit/libdl/rtl-allocator.h (modified) * cpukit/libdl/rtl.h (modified) * cpukit/libfs/src/devfs/devfs.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/score/include/rtems/score/cpuset.h (modified) * cpukit/score/include/rtems/score/scheduleredfimpl.h (modified) * cpukit/score/include/rtems/score/threadqimpl.h (modified) Fix more Doxygen typos 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 ...