[PATCH 3/7] libdl/obj: Fix RAP format call table.

chrisj at rtems.org chrisj at rtems.org
Tue May 5 05:02:03 UTC 2020


From: Chris Johns <chrisj at rtems.org>

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 0c4a624c18..a7dd740549 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
-- 
2.24.1



More information about the devel mailing list