summaryrefslogtreecommitdiffstats
path: root/user/exe/index.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-02-15 16:03:59 +1100
committerChris Johns <chrisj@rtems.org>2019-02-20 09:05:35 +1100
commit8a73acb71305c58c6ea58aa0da84d4adb4c125cc (patch)
treebf67f62b560c58adbeeba1235bf649c6f9fa8469 /user/exe/index.rst
parentc-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA (diff)
downloadrtems-docs-8a73acb71305c58c6ea58aa0da84d4adb4c125cc.tar.bz2
user: Add a Dynamic Loader section.
Diffstat (limited to '')
-rw-r--r--user/exe/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/user/exe/index.rst b/user/exe/index.rst
index 136a410..02dab19 100644
--- a/user/exe/index.rst
+++ b/user/exe/index.rst
@@ -11,10 +11,11 @@ Executables
This section discusses what an RTEMS executable is and what happens when you
execute it in a target. The section discusses how an application executable is
-created, what happens when an executable is loaded and run as well as
-debugging an execiutable.
+created, what happens when an executable is loaded and run, debugging an
+execiutable, and creating and dynamically loading code.
.. include:: executables.rst
.. include:: execution.rst
.. include:: initialization.rst
.. include:: debugging.rst
+.. include:: loader.rst