[rtems commit] libdl/obj: Fix RAP format call table.

Chris Johns chrisj at rtems.org
Tue May 5 05:03:32 UTC 2020


Module:    rtems
Branch:    master
Commit:    b77670fd3fd39a7d6f52d74bde403e855a7230f2
Changeset: http://git.rtems.org/rtems/commit/?id=b77670fd3fd39a7d6f52d74bde403e855a7230f2

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue May  5 14:54:39 2020 +1000

libdl/obj: Fix RAP format call table.

Updates #3969

---

 cpukit/libdl/rtl-obj.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cpukit/libdl/rtl-obj.c b/cpukit/libdl/rtl-obj.c
index 0c4a624..a7dd740 100644
--- a/cpukit/libdl/rtl-obj.c
+++ b/cpukit/libdl/rtl-obj.c
@@ -60,7 +60,6 @@ static const rtems_rtl_loader_table loaders[RTEMS_RTL_LOADERS] =
   { .check     = rtems_rtl_rap_file_check,
     .load      = rtems_rtl_rap_file_load,
     .unload    = rtems_rtl_rap_file_unload,
-    .unload    = rtems_rtl_rap_file_unload,
     .signature = rtems_rtl_rap_file_sig },
 #endif
 #if RTEMS_RTL_ELF_LOADER



More information about the vc mailing list