summaryrefslogtreecommitdiffstats
path: root/user/tools/linker.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-15 12:34:19 +1100
committerChris Johns <chrisj@rtems.org>2017-03-15 15:03:41 +1100
commit1accbe31a5358b17731e5245294995a6e97b224f (patch)
treedfddde6cd84f358c533d0991d7f5ac7b809d5fda /user/tools/linker.rst
parentwaf: Configure check the inliner only once. (diff)
downloadrtems-docs-1accbe31a5358b17731e5245294995a6e97b224f.tar.bz2
user: Add tool commands to the user manual.
Diffstat (limited to 'user/tools/linker.rst')
-rw-r--r--user/tools/linker.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/user/tools/linker.rst b/user/tools/linker.rst
new file mode 100644
index 0000000..56286a8
--- /dev/null
+++ b/user/tools/linker.rst
@@ -0,0 +1,14 @@
+.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. comment: Copyright (c) 2017 Chris Johns <chrisj@rtems.org>
+.. comment: All rights reserved.
+
+RTEMS Linker
+============
+
+.. index:: Tools, rtems-ld, linker
+
+The RTEMS Linker is an RTEMS tool to help build RTEMS application that
+dynamically loader code into a running RTEMS system.
+
+[ NOT COMPLETE ]