summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-string.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-12-17 16:36:48 +1100
committerChris Johns <chrisj@rtems.org>2019-02-09 10:06:34 +1100
commit89c59be38d9c83437abb9002e8fea5012652e5ff (patch)
tree954df408c26a58ae41851502f427f30771952bdf /cpukit/libdl/rtl-string.h
parentpowerpc/psim: Increase the psim memory to 256M (diff)
downloadrtems-89c59be38d9c83437abb9002e8fea5012652e5ff.tar.bz2
libdl: Add symbol searching and loading from archives.
- Load archive symbol tables to support searching of archives for symbols. - Search archive symbols and load the object file that contains the symbol. - Search the global and archives until all remaining unresolved symbols are not found. Group the loaded object files in the pending queue. - Run the object file and loaded dependents as a group before adding to the main object list. - Remove orphaned object files after references are removed. Updates #3686
Diffstat (limited to 'cpukit/libdl/rtl-string.h')
-rw-r--r--cpukit/libdl/rtl-string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libdl/rtl-string.h b/cpukit/libdl/rtl-string.h
index bb61b83683..1aa2624fdf 100644
--- a/cpukit/libdl/rtl-string.h
+++ b/cpukit/libdl/rtl-string.h
@@ -16,8 +16,6 @@
#if !defined (_RTEMS_RTL_STRING_H_)
#define _RTEMS_RTL_STRING_H_
-#include <rtems/rtl/rtl-indirect-ptr.h>
-
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */