summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-21 10:27:28 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-21 10:29:29 +0200
commit9ff995c2a82e43ffd74c7607c294077c8813b9a6 (patch)
treeb9df0dfb99e15b3e3f7d89b52b351c8b24e93afd
parentlibbsd.txt: Avoid explicit versions (diff)
downloadrtems-libbsd-9ff995c2a82e43ffd74c7607c294077c8813b9a6.tar.bz2
libbsd.txt: Remove linker set paragraph
These linker sections are now mandatory for the RTEMS initialization.
-rw-r--r--libbsd.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/libbsd.txt b/libbsd.txt
index c19d602e..4ee023b9 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -70,23 +70,6 @@ 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 section
-definitions:
-
--------------------------------------------------------------------------------
-.rtemsroset : {
- KEEP (*(SORT(.rtemsroset.*)))
-}
-
-.rtemsrwset : {
- KEEP (*(SORT(.rtemsrwset.*)))
-}
--------------------------------------------------------------------------------
-
-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 ===
You need to configure RTEMS for the desired BSP and install it. The BSP must