summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-16 13:04:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-16 13:36:40 +0200
commitda96928ed52026e032a7aacdaa95fca674a65f44 (patch)
tree08828df5b098a3577d4d9bcfc5c0ba056af2e0fa
parentdoc: Fix link and header (diff)
downloadrtems-libbsd-da96928ed52026e032a7aacdaa95fca674a65f44.tar.bz2
doc: Clarify linkcmds sections
-rw-r--r--libbsd.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 5090b386..488afdb1 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -61,7 +61,8 @@ http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__e
// The first underscores have to be masked to stop asciidoc interpreting them
to make use of generic FreeBSD based drivers.
-The linker command file of the BSP must contain the following sections:
+The linker command file of the BSP must contain the following section
+definitions:
-------------------------------------------------------------------------------
.rtemsroset : {
@@ -73,8 +74,9 @@ The linker command file of the BSP must contain the following sections:
}
-------------------------------------------------------------------------------
-The first section can be placed in read-only memory. The section section must
-be placed in read-write memory.
+The first output section can be placed in read-only memory. The second output
+section must be placed in read-write memory. The output section name is not
+relevant. The output sections may also contain other input sections.
=== Board Support Package Configuration and Build ===